summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-08-07 02:00:01 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-08-07 02:00:00 +0200
commit22c91ab5d320e482e9c51fa7829b5b12c859d4d6 (patch)
tree0c29694f503ea23e7bd8145275f3cba780cca5e3 /gnu
parente05d5d82513818a49e144d3aa61653186a359ed9 (diff)
downloadguix-22c91ab5d320e482e9c51fa7829b5b12c859d4d6.tar.gz
gnu: dvdisaster: Remove input labels.
* gnu/packages/cdrom.scm (dvdisaster)[native-inputs]:
Remove input labels.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cdrom.scm4
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>.