f2fs-tools: build with lz4 lzo

This is to enable compression in sload.f2fs.
This commit is contained in:
Emery Hemingway
2024-06-18 05:38:22 +00:00
parent 970fa0b613
commit 6c80237e35
+4
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 = [