mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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 @@ (define-public dvdisaster
|
|||
(inputs
|
||||
(list gtk+-2))
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
("pkg-config" ,pkg-config)
|
||||
("which" ,which)))
|
||||
(list gettext-minimal pkg-config which))
|
||||
(arguments
|
||||
`(;; Parallel builds appear to be unsafe, see
|
||||
;; <http://hydra.gnu.org/build/49331/nixlog/1/raw>.
|
||||
|
|
Loading…
Reference in a new issue