diff options
author | ng0 <ng0@n0.is> | 2017-12-11 09:29:40 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2018-02-01 22:49:54 +0000 |
commit | a3a932c008d0d9051eb8cdfdcea07ebd7b68b1b3 (patch) | |
tree | 921782e3cb20dc0566f6e9a2b82e93910af29f95 /gnu/packages/cdrom.scm | |
parent | 53e1b30e0c569551260b79b344ba38b2f5c69146 (diff) | |
download | guix-a3a932c008d0d9051eb8cdfdcea07ebd7b68b1b3.tar.gz |
gnu: xorriso: Remove 'bzip2' and 'libcdio' from inputs.
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>
Diffstat (limited to 'gnu/packages/cdrom.scm')
-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 0790444c81..4f9e2be686 100644 --- a/gnu/packages/cdrom.scm +++ b/gnu/packages/cdrom.scm @@ -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 |