guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: util-linux-with-udev: Remove input labels.


From: guix-commits
Subject: 03/06: gnu: util-linux-with-udev: Remove input labels.
Date: Sun, 30 Jan 2022 11:15:46 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 753cacb1addfc517b2f4dc129e9da862ca2e70b1
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jan 30 16:08:41 2022 +0100

    gnu: util-linux-with-udev: Remove input labels.
    
    * gnu/packages/linux.scm (util-linux+udev)[inputs]: Use MODIFY-INPUTS.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index fc67eae365..f4f8d2a769 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1999,8 +1999,8 @@ block devices, UUIDs, TTYs, and many other tools.")
    util-linux
    (name "util-linux-with-udev")
    (inputs
-    `(("udev" ,eudev)
-      ,@(package-inputs util-linux)))))
+    (modify-inputs (package-inputs util-linux)
+      (prepend eudev)))))
 
 ;; This is mostly equivalent to the upstream release version v2.37.3, except
 ;; that the upstream tarball was generated improperly, which breaks the build.



reply via email to

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