guix-commits
[Top][All Lists]
Advanced

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

38/46: gnu: mtd-utils: Remove input labels.


From: guix-commits
Subject: 38/46: gnu: mtd-utils: Remove input labels.
Date: Fri, 16 Dec 2022 21:39:00 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 1077b0b73de75f3609410d321947e73896417d6c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 11 01:00:01 2022 +0100

    gnu: mtd-utils: Remove input labels.
    
    * gnu/packages/linux.scm (mtd-utils)[inputs]:
    Remove input labels.
---
 gnu/packages/linux.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index f39a77d6d0..d3904a601e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7011,12 +7011,12 @@ exceeded.")
     (native-inputs
      (list cmocka pkg-config))
     (inputs
-     `(("acl" ,acl)                     ; extended attributes (xattr)
-       ("libuuid" ,util-linux "lib")
-       ("lzo" ,lzo)
-       ("openssl" ,openssl)             ; optional crypto support
-       ("zlib" ,zlib)
-       ("zstd" ,zstd "lib")))
+     (list acl                          ; extended attributes (xattr)
+           lzo
+           openssl                      ; optional crypto support
+           `(,util-linux "lib")
+           zlib
+           `(,zstd "lib")))
     (build-system gnu-build-system)
     (synopsis "MTD Flash Storage Utilities")
     (description "This package provides utilities for testing, partitioning, 
etc



reply via email to

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