mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: kmod: Add zstd support.
* gnu/packages/linux.scm (kmod)[inputs]: Add zstd:lib. [arguments]: Enable zstd support. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
25041719da
commit
7bb9c3ebbb
1 changed files with 3 additions and 2 deletions
|
@ -3383,9 +3383,10 @@ (define-public kmod
|
|||
("zstd" ,zstd)))
|
||||
(inputs
|
||||
`(("xz" ,xz)
|
||||
("zlib" ,zlib)))
|
||||
("zlib" ,zlib)
|
||||
("zstd-lib" ,zstd "lib")))
|
||||
(arguments
|
||||
`(#:configure-flags '("--with-xz" "--with-zlib"
|
||||
`(#:configure-flags '("--with-xz" "--with-zlib" "--with-zstd"
|
||||
"--disable-test-modules")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue