mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-01 06:45:55 +02:00
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:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user