gnu: abcde: Return #t from all phases.

* gnu/packages/cdrom.scm (abcde)[arguments]: Return #t from all phases.
master
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
1 changed files with 2 additions and 1 deletions

View File

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