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
@@ -21,9 +21,9 @@ stdenv.mkDerivation rec {
];
makeFlags = [
"PREFIX=${placeholder ''out''}"
"INSTALL_LIB=${placeholder ''out''}/bin"
"INSTALL_MAN=${placeholder ''out''}/share/man/man1"
"PREFIX=${placeholder "out"}"
"INSTALL_LIB=${placeholder "out"}/bin"
"INSTALL_MAN=${placeholder "out"}/share/man/man1"
];
patches = [