1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 11:32:21 +02:00

gnu: termite: Use 'modify-phases' syntax.

* gnu/packages/terminals.scm (termite)[arguments]: Use 'modify-phases'
syntax.
This commit is contained in:
Efraim Flashner
2016-10-15 21:15:00 +03:00
parent ebe3515f78
commit 66bb5db7ab
+3 -1
View File
@@ -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