mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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>
This commit is contained in:
parent
53e1b30e0c
commit
a3a932c008
1 changed files with 1 additions and 3 deletions
|
@ -161,9 +161,7 @@ (define-public xorriso
|
||||||
(inputs
|
(inputs
|
||||||
`(("acl" ,acl)
|
`(("acl" ,acl)
|
||||||
("readline" ,readline)
|
("readline" ,readline)
|
||||||
("bzip2" ,bzip2)
|
("zlib" ,zlib)))
|
||||||
("zlib" ,zlib)
|
|
||||||
("libcdio" ,libcdio)))
|
|
||||||
(home-page "https://www.gnu.org/software/xorriso/")
|
(home-page "https://www.gnu.org/software/xorriso/")
|
||||||
(synopsis "Create, manipulate, burn ISO-9660 file systems")
|
(synopsis "Create, manipulate, burn ISO-9660 file systems")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue