treewide: remove redundant quotes
This commit is contained in:
@@ -14,7 +14,7 @@ buildPythonApplication rec {
|
||||
|
||||
propagatedBuildInputs = [ pyyaml ];
|
||||
|
||||
makeWrapperArgs = ["--prefix" "PATH" ":" "${stdenv.lib.makeBinPath [ git bazaar subversion ]}"];
|
||||
makeWrapperArgs = ["--prefix" "PATH" ":" (stdenv.lib.makeBinPath [ git bazaar subversion ])];
|
||||
|
||||
doCheck = false; # requires network
|
||||
|
||||
|
||||
Reference in New Issue
Block a user