guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: libblockdev: Remove input labels.


From: guix-commits
Subject: 02/05: gnu: libblockdev: Remove input labels.
Date: Thu, 2 Jun 2022 20:58:23 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c074d7fef4f215cd27e161c38420df4ea603d54d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 29 02:00:00 2022 +0200

    gnu: libblockdev: Remove input labels.
    
    * gnu/packages/disk.scm (libblockdev)[native-inputs]:
    Remove input labels.
---
 gnu/packages/disk.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 4a1870ce39..974467d72c 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -1007,10 +1007,10 @@ to create devices with respective mappings for the 
ATARAID sets discovered.")
               (substitute* "src/lib/blockdev.c"
                (("/etc/libblockdev/conf.d/" path) (string-append out 
path)))))))))
     (native-inputs
-     `(("gobject-introspection" ,gobject-introspection)
-       ("pkg-config" ,pkg-config)
-       ("python" ,python-wrapper)
-       ("util-linux" ,util-linux)))
+     (list gobject-introspection
+           pkg-config
+           python-wrapper
+           util-linux))
     (inputs
      (list btrfs-progs
            cryptsetup



reply via email to

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