gnu: abcde: Return #t from all phases.

* gnu/packages/cdrom.scm (abcde)[arguments]: Return #t from all phases.
This commit is contained in:
Efraim Flashner 2018-12-20 20:50:36 +02:00
parent b70ff03e59
commit 46756754df
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -558,7 +558,8 @@ (define (wrap file)
(for-each wrap
(find-files (string-append out "/bin")
".*"))))))
".*")))
#t)))
#:tests? #f)) ; no test target
(inputs `(("wget" ,wget)