~ruther/guix-local

1ee3079d780d2a9c5bd27980922f6fc7b239a21a — Efraim Flashner 8 years ago 3bf94bc
gnu: cowsay: Run tests after install.

* gnu/packages/games.scm (cowsay)[arguments]: Delete 'check phase, add
custom 'check phase after install.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/games.scm
M gnu/packages/games.scm => gnu/packages/games.scm +2 -1
@@ 267,7 267,8 @@ the others like yourself, that want what you have.")
           (lambda* (#:key outputs #:allow-other-keys)
             (zero? (system* "sh" "install.sh"
                             (assoc-ref outputs "out")))))
         (replace 'check
         (delete 'check)
         (add-after 'install 'check
           (lambda* (#:key outputs #:allow-other-keys)
             (zero? (system* (string-append (assoc-ref outputs "out")
                                            "/bin/cowsay")