mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: eudev: Build with libkmod support.
* gnu/packages/linux.scm (eudev)[arguments]: New field.
This commit is contained in:
parent
9a4efac9ef
commit
dc2d59afa9
1 changed files with 5 additions and 0 deletions
|
@ -49,6 +49,7 @@ (define-module (gnu packages linux)
|
|||
#:use-module (gnu packages gtk)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (guix download)
|
||||
#:use-module (guix utils)
|
||||
#:use-module (guix build-system gnu)
|
||||
#:use-module (guix build-system cmake)
|
||||
#:use-module (guix build-system python)
|
||||
|
@ -1377,6 +1378,10 @@ (define-public eudev
|
|||
(sha256
|
||||
(base32
|
||||
"1w6f8h7fhjz3prs630f8gawv7jx74zi600z0pm997kkp24pyj5wg"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments udev)
|
||||
((#:configure-flags flags)
|
||||
`(cons "--enable-libkmod" ,flags))))
|
||||
(home-page "http://www.gentoo.org/proj/en/eudev/")))
|
||||
|
||||
(define-public lvm2
|
||||
|
|
Loading…
Reference in a new issue