gnu: snuik: Fix build.
* gnu/packages/irc.scm (snuik)[arguments]: Don't refer to nonexistent 'install' phase. Change-Id: Ia07c4d48c7c29774dfe1825d91c6ab4fc5dbd605
This commit is contained in:
parent
991f1a5f6c
commit
268cc41760
@ -1053,7 +1053,7 @@ server written in C++ for Unix-like operating systems.")
|
||||
(invoke guile "--no-auto-compile" test)))
|
||||
#t
|
||||
tests))))))
|
||||
(add-after 'install 'install-script
|
||||
(add-after 'build 'install-script
|
||||
(lambda _
|
||||
(let* ((bash #$(this-package-input "bash-minimal"))
|
||||
(bash (string-append bash "/bin/bash"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user