guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: multipath-tools: Remove Ceph input.


From: guix-commits
Subject: 01/02: gnu: multipath-tools: Remove Ceph input.
Date: Wed, 17 Jul 2019 09:17:44 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 6f850a19a76a993fcf25f7da362433d8b04bf848
Author: Marius Bakke <address@hidden>
Date:   Wed Jul 17 15:09:45 2019 +0200

    gnu: multipath-tools: Remove Ceph input.
    
    Ceph adds a massive dependency for a little-used feature.  It was mainly 
added
    because the build-system previously could not cope with librados being 
missing.
    
    * gnu/packages/linux.scm (multipath-tools)[inputs]: Remove CEPH:LIB.
---
 gnu/packages/linux.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 30192f1..3785261 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -105,7 +105,6 @@
   #:use-module (gnu packages samba)
   #:use-module (gnu packages serialization)
   #:use-module (gnu packages slang)
-  #:use-module (gnu packages storage)
   #:use-module (gnu packages texinfo)
   #:use-module (gnu packages tls)
   #:use-module (gnu packages valgrind)
@@ -3302,8 +3301,7 @@ arrays when needed.")
        ("pkg-config" ,pkg-config)
        ("valgrind" ,valgrind)))
     (inputs
-     `(("ceph:lib" ,ceph "lib")
-       ("json-c" ,json-c)
+     `(("json-c" ,json-c)
        ("libaio" ,libaio)
        ("liburcu" ,liburcu)
        ("lvm2" ,lvm2)



reply via email to

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