treewide: installFlags is a list
This commit is contained in:
@@ -29,7 +29,7 @@ stdenv.mkDerivation {
|
||||
|
||||
preBuild = "cd squashfs-tools";
|
||||
|
||||
installFlags = "INSTALL_DIR=\${out}/bin";
|
||||
installFlags = [ "INSTALL_DIR=\${out}/bin" ];
|
||||
|
||||
makeFlags = [ "XZ_SUPPORT=1" "ZSTD_SUPPORT=1" ]
|
||||
++ stdenv.lib.optional lz4Support "LZ4_SUPPORT=1";
|
||||
|
||||
Reference in New Issue
Block a user