mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -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
|
(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 a new issue