treewide: don't use single quotes with placeholder

This commit is contained in:
worldofpeace
2019-09-03 13:01:42 -04:00
parent 8c772a6183
commit 59e68d3b74
74 changed files with 100 additions and 100 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
patches = [ add-apocrypha add-install-target ];
makeFlags = [
"PREFIX=${placeholder ''out''}"
"PREFIX=${placeholder "out"}"
];
meta = with stdenv.lib; {