~ruther/guix-local

22c91ab5d320e482e9c51fa7829b5b12c859d4d6 — Tobias Geerinckx-Rice 3 years ago e05d5d8
gnu: dvdisaster: Remove input labels.

* gnu/packages/cdrom.scm (dvdisaster)[native-inputs]:
Remove input labels.
1 files changed, 1 insertions(+), 3 deletions(-)

M gnu/packages/cdrom.scm
M gnu/packages/cdrom.scm => gnu/packages/cdrom.scm +1 -3
@@ 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>.