guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: bcachefs-tools-static: Remove input labels.


From: guix-commits
Subject: 05/05: gnu: bcachefs-tools-static: Remove input labels.
Date: Sun, 19 Dec 2021 20:06:14 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 24cc38ec8ed26d5d367dab42dc49174375c39dcd
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Dec 20 02:00:17 2021 +0100

    gnu: bcachefs-tools-static: Remove input labels.
    
    * gnu/packages/file-systems.scm (bcachefs-tools/static)[inputs]:
    Remove input labels.
---
 gnu/packages/file-systems.scm | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 8c0fff0..e334ec0 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -505,15 +505,14 @@ performance and other characteristics.")
                    (string-append prefix suffix "\n"))
                   ;; …as does installing a now non-existent file.
                   ((".*\\$\\(INSTALL\\).* lib.*") ""))))))))
-     (inputs
-      `(("eudev:static" ,eudev "static")
-        ("keyutils:static" ,keyutils "static")
-        ("libscrypt:static" ,libscrypt "static")
-        ("lz4:static" ,lz4 "static")
-        ("util-linux:static" ,util-linux "static") ; lib{blkid,uuid}
-        ("zlib" ,zlib "static")
-        ("zstd:static" ,zstd "static")
-        ,@(package-inputs bcachefs-tools)))))
+    (inputs (modify-inputs (package-inputs bcachefs-tools)
+              (prepend `(,eudev "static")
+                       `(,keyutils "static")
+                       `(,libscrypt "static")
+                       `(,lz4 "static")
+                       `(,util-linux "static")
+                       `(,zlib "static")
+                       `(,zstd "static"))))))
 
 (define-public bcachefs/static
   (package



reply via email to

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