diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-08-07 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-08-07 02:00:00 +0200 |
commit | 22c91ab5d320e482e9c51fa7829b5b12c859d4d6 (patch) | |
tree | 0c29694f503ea23e7bd8145275f3cba780cca5e3 /gnu/packages | |
parent | e05d5d82513818a49e144d3aa61653186a359ed9 (diff) |
gnu: dvdisaster: Remove input labels.
* gnu/packages/cdrom.scm (dvdisaster)[native-inputs]:
Remove input labels.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/cdrom.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm index 56a4ab8a10..aac6f2798e 100644 --- a/gnu/packages/cdrom.scm +++ b/gnu/packages/cdrom.scm @@ -420,9 +420,7 @@ or @command{xorrisofs} to create ISO 9660 images.") (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>. |