Loading pkgs/tools/filesystems/erofs-utils/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,9 @@ stdenv.mkDerivation rec { buildInputs = [ util-linux lz4 zlib ] ++ lib.optionals fuseSupport [ fuse ]; configureFlags = lib.optionals fuseSupport [ "--enable-fuse" ]; configureFlags = [ "MAX_BLOCK_SIZE=4096" ] ++ lib.optional fuseSupport "--enable-fuse"; meta = with lib; { description = "Userspace utilities for linux-erofs file system"; Loading Loading
pkgs/tools/filesystems/erofs-utils/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,9 @@ stdenv.mkDerivation rec { buildInputs = [ util-linux lz4 zlib ] ++ lib.optionals fuseSupport [ fuse ]; configureFlags = lib.optionals fuseSupport [ "--enable-fuse" ]; configureFlags = [ "MAX_BLOCK_SIZE=4096" ] ++ lib.optional fuseSupport "--enable-fuse"; meta = with lib; { description = "Userspace utilities for linux-erofs file system"; Loading