mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: util-linux-with-udev: Remove input labels.
* gnu/packages/linux.scm (util-linux+udev)[inputs]: Use MODIFY-INPUTS.
This commit is contained in:
parent
5c9c7856a6
commit
753cacb1ad
1 changed files with 2 additions and 2 deletions
|
@ -1999,8 +1999,8 @@ (define-public util-linux+udev
|
|||
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.
|
||||
|
|
Loading…
Reference in a new issue