gnu: xorriso: Remove 'bzip2' and 'libcdio' from inputs.
authorng0 <ng0@n0.is>
Mon, 11 Dec 2017 09:29:40 +0000 (09:29 +0000)
committerChristopher Baines <mail@cbaines.net>
Thu, 1 Feb 2018 22:49:54 +0000 (22:49 +0000)
Thomas Schmitt suggested in bug#28398 to apply these changes. Neither of these
inputs are referenced by the output store item.

* gnu/packages/cdrom.scm (xorriso)[inputs]: Remove 'bzip2' and 'libcdio'.

Signed-off-by: Christopher Baines <mail@cbaines.net>
gnu/packages/cdrom.scm

index 0790444..4f9e2be 100644 (file)
@@ -161,9 +161,7 @@ libcdio.")
     (inputs
      `(("acl" ,acl)
        ("readline" ,readline)
-       ("bzip2" ,bzip2)
-       ("zlib" ,zlib)
-       ("libcdio" ,libcdio)))
+       ("zlib" ,zlib)))
     (home-page "https://www.gnu.org/software/xorriso/")
     (synopsis "Create, manipulate, burn ISO-9660 file systems")
     (description