treewide: installFlags is a list
This commit is contained in:
committed by
Jan Tojnar
parent
133103d709
commit
2157dcd141
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags = [ "--enable-libcurl" ]; # optional but strongly recommended
|
||||
|
||||
installFlags = "prefix=$(out)";
|
||||
installFlags = [ "prefix=$(out)" ];
|
||||
|
||||
preCheck = ''
|
||||
patchShebangs test/
|
||||
|
||||
Reference in New Issue
Block a user