me
/
guix
Archived
1
0
Fork 0

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>
master
Brice Waegeneire 2021-06-05 13:02:24 +02:00 committed by Mathieu Othacehe
parent 25041719da
commit 7bb9c3ebbb
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 3 additions and 2 deletions

View File

@ -3383,9 +3383,10 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.")
("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