me
/
guix
Archived
1
0
Fork 0

gnu: util-linux-with-udev: Remove input labels.

* gnu/packages/linux.scm (util-linux+udev)[inputs]: Use MODIFY-INPUTS.
master
Marius Bakke 2022-01-30 16:08:41 +01:00
parent 5c9c7856a6
commit 753cacb1ad
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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.