gnu: dvdisaster: Remove input labels.
* gnu/packages/cdrom.scm (dvdisaster)[native-inputs]: Remove input labels.
This commit is contained in:
parent
e05d5d8251
commit
22c91ab5d3
1 changed files with 1 additions and 3 deletions
|
@ -420,9 +420,7 @@ or @command{xorrisofs} to create ISO 9660 images.")
|
||||||
(inputs
|
(inputs
|
||||||
(list gtk+-2))
|
(list gtk+-2))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
(list gettext-minimal pkg-config which))
|
||||||
("pkg-config" ,pkg-config)
|
|
||||||
("which" ,which)))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(;; Parallel builds appear to be unsafe, see
|
`(;; Parallel builds appear to be unsafe, see
|
||||||
;; <http://hydra.gnu.org/build/49331/nixlog/1/raw>.
|
;; <http://hydra.gnu.org/build/49331/nixlog/1/raw>.
|
||||||
|
|
Reference in a new issue