mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 22:07:50 +00:00
f2fs-tools: build with lz4 lzo
This is to enable compression in sload.f2fs.
This commit is contained in:
parent
970fa0b613
commit
6c80237e35
@ -7,6 +7,8 @@
|
||||
libselinux,
|
||||
libuuid,
|
||||
pkg-config,
|
||||
lz4,
|
||||
lzo,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -25,6 +27,8 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [
|
||||
libselinux
|
||||
libuuid
|
||||
lz4
|
||||
lzo
|
||||
];
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user