gnu: cowsay: Swap ‘build’ and ‘install’ phases. * gnu/packages/games.scm (cowsay)[arguments]: Invoke ‘install.sh’ during the ‘install’ phase. Delete the ‘build’ phase, as there's nothing to be built.
1 files changed, 3 insertions(+), 3 deletions(-) M gnu/packages/games.scm
M gnu/packages/games.scm => gnu/packages/games.scm +3 -3
@@ 261,9 261,9 @@ the others like yourself, that want what you have.") (arguments `(#:phases (modify-phases %standard-phases (delete 'configure) (delete 'install) (replace 'build (delete 'configure) ; no configure script (delete 'build) ; nothing to be built (replace 'install (lambda* (#:key outputs #:allow-other-keys) (zero? (system* "sh" "install.sh" (assoc-ref outputs "out")))))