~ruther/guix-local

66bb5db7ab963c4a49fde10afc70bbbedb32215f — Efraim Flashner 9 years ago ebe3515
gnu: termite: Use 'modify-phases' syntax.

* gnu/packages/terminals.scm (termite)[arguments]: Use 'modify-phases'
syntax.
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/terminals.scm
M gnu/packages/terminals.scm => gnu/packages/terminals.scm +3 -1
@@ 103,7 103,9 @@ configureable through a graphical wizard.")
          "0s6dyg3vcqk5qcx90bs24wdnd3p56rdjdcanx4pcxvp6ksjl61jz"))))
    (build-system gnu-build-system)
    (arguments
      `(#:phases (alist-delete 'configure %standard-phases)
      `(#:phases
        (modify-phases %standard-phases
          (delete 'configure))
        #:tests? #f
        ;; This sets the destination when installing the necessary terminal
        ;; capability data, which are not provided by 'ncurses'.  See