f2fs-tools: build with lz4 lzo

This is to enable compression in sload.f2fs.
This commit is contained in:
Emery Hemingway 2024-06-12 14:13:35 +03:00
parent 970fa0b613
commit 6c80237e35

View File

@ -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 = [