gnu: kmod: Update to 28.
* gnu/packages/linux.scm (kmod): Update to 28. [native-inputs]: Add ZSTD.
This commit is contained in:
parent
cd42bad5d5
commit
307522fde4
1 changed files with 5 additions and 3 deletions
|
@ -3332,7 +3332,7 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.")
|
||||||
(define-public kmod
|
(define-public kmod
|
||||||
(package
|
(package
|
||||||
(name "kmod")
|
(name "kmod")
|
||||||
(version "27")
|
(version "28")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -3340,11 +3340,13 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.")
|
||||||
"kmod-" version ".tar.xz"))
|
"kmod-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"035wzfzjx4nwidk747p8n085mgkvy531ppn16krrajx2dkqzply1"))
|
"0v52nghxzd69jnk8mr4900qlk1rg8hf0hdv34n281afs2c7zqs9r"))
|
||||||
(patches (search-patches "kmod-module-directory.patch"))))
|
(patches (search-patches "kmod-module-directory.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)
|
||||||
|
;; For tests.
|
||||||
|
("zstd" ,zstd)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("xz" ,xz)
|
`(("xz" ,xz)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
|
|
Reference in a new issue