treewide: replace make/build/configure/patchFlags with nix lists
This commit is contained in:
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
--replace 'sudo ' ""
|
||||
'';
|
||||
|
||||
makeFlags = "PREFIX=$(out)";
|
||||
makeFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Wordlist generator";
|
||||
|
||||
Reference in New Issue
Block a user