mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: cdrtools: Don't return #t from snippet.
* gnu/packages/cdrom.scm (cdrtools)[source]: Don't return #t from snippet.
This commit is contained in:
parent
0ac0f43a90
commit
1ef6203630
1 changed files with 1 additions and 2 deletions
|
@ -313,8 +313,7 @@ (define-public cdrtools
|
||||||
(string-append
|
(string-append
|
||||||
"actual_os := $(shell uname -o)\n"
|
"actual_os := $(shell uname -o)\n"
|
||||||
"actual_arch := $(shell uname -m)\n"
|
"actual_arch := $(shell uname -m)\n"
|
||||||
"VERSION_OS = _$(actual_os)_$(actual_arch)\n")))
|
"VERSION_OS = _$(actual_os)_$(actual_arch)\n")))))
|
||||||
#t))
|
|
||||||
(patches (search-patches "cdrtools-3.01-mkisofs-isoinfo.patch"))))
|
(patches (search-patches "cdrtools-3.01-mkisofs-isoinfo.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
;; XXX cdrtools bundles a modified, relicensed early version of cdparanoia.
|
;; XXX cdrtools bundles a modified, relicensed early version of cdparanoia.
|
||||||
|
|
Loading…
Reference in a new issue