gnu: abcde: Return #t from all phases.
* gnu/packages/cdrom.scm (abcde)[arguments]: Return #t from all phases.
This commit is contained in:
parent
b70ff03e59
commit
46756754df
|
@ -558,7 +558,8 @@ from an audio CD.")
|
||||||
|
|
||||||
(for-each wrap
|
(for-each wrap
|
||||||
(find-files (string-append out "/bin")
|
(find-files (string-append out "/bin")
|
||||||
".*"))))))
|
".*")))
|
||||||
|
#t)))
|
||||||
#:tests? #f)) ; no test target
|
#:tests? #f)) ; no test target
|
||||||
|
|
||||||
(inputs `(("wget" ,wget)
|
(inputs `(("wget" ,wget)
|
||||||
|
|
Loading…
Reference in New Issue