gnu: oneko: Remove trailing #t from phases.
* gnu/packages/toys.scm (oneko)[source]: Don't explicitly return #t from snippet… [arguments]: …nor from phases.master
parent
7c52cad046
commit
a7255dd13f
|
@ -57,8 +57,7 @@
|
||||||
(for-each delete-file-recursively
|
(for-each delete-file-recursively
|
||||||
(cons* "bitmaps/bsd" "bitmaps/sakura" "bitmaps/tomoyo"
|
(cons* "bitmaps/bsd" "bitmaps/sakura" "bitmaps/tomoyo"
|
||||||
"bitmasks/bsd" "bitmasks/sakura" "bitmasks/tomoyo"
|
"bitmasks/bsd" "bitmasks/sakura" "bitmasks/tomoyo"
|
||||||
(find-files "cursors" "(bsd|card|petal).*\\.xbm")))
|
(find-files "cursors" "(bsd|card|petal).*\\.xbm")))))))
|
||||||
#t))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list imake))
|
(list imake))
|
||||||
|
@ -73,8 +72,7 @@
|
||||||
(invoke "xmkmf")
|
(invoke "xmkmf")
|
||||||
;; Fix incorrectly generated compiler flags.
|
;; Fix incorrectly generated compiler flags.
|
||||||
(substitute* "Makefile"
|
(substitute* "Makefile"
|
||||||
(("(CDEBUGFLAGS = ).*" _ front) (string-append front "-O2\n")))
|
(("(CDEBUGFLAGS = ).*" _ front) (string-append front "-O2\n")))))
|
||||||
#t))
|
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda* (#:key outputs make-flags #:allow-other-keys)
|
(lambda* (#:key outputs make-flags #:allow-other-keys)
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
|
@ -89,8 +87,7 @@
|
||||||
(copy-file "oneko.man" (string-append man6 "/oneko.6"))
|
(copy-file "oneko.man" (string-append man6 "/oneko.6"))
|
||||||
(copy-file "oneko.man.jp" (string-append man6-ja "/oneko.6"))
|
(copy-file "oneko.man.jp" (string-append man6-ja "/oneko.6"))
|
||||||
(for-each (lambda (file) (install-file file doc))
|
(for-each (lambda (file) (install-file file doc))
|
||||||
(find-files "." "README.*")))
|
(find-files "." "README.*"))))))))
|
||||||
#t)))))
|
|
||||||
(home-page "http://www.daidouji.com/oneko/")
|
(home-page "http://www.daidouji.com/oneko/")
|
||||||
(synopsis "Cute cat chasing your mouse pointer")
|
(synopsis "Cute cat chasing your mouse pointer")
|
||||||
(description "Displays a cat or another animated character that chases the
|
(description "Displays a cat or another animated character that chases the
|
||||||
|
|
Reference in New Issue