mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue