guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: xorriso: Remove 'bzip2' and 'libcdio' from inputs.


From: Christopher Baines
Subject: 04/04: gnu: xorriso: Remove 'bzip2' and 'libcdio' from inputs.
Date: Thu, 1 Feb 2018 17:50:48 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit a3a932c008d0d9051eb8cdfdcea07ebd7b68b1b3
Author: ng0 <address@hidden>
Date:   Mon Dec 11 09:29:40 2017 +0000

    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 <address@hidden>
---
 gnu/packages/cdrom.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm
index 0790444..4f9e2be 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]