treewide: don't use single quotes with placeholder

This commit is contained in:
worldofpeace
2019-09-03 12:38:57 -04:00
parent 8c772a6183
commit 59e68d3b74
74 changed files with 100 additions and 100 deletions

View File

@@ -48,7 +48,7 @@ rustPlatform.buildRustPackage rec {
;
makeFlags = [
"PREFIX=${placeholder ''out''}"
"PREFIX=${placeholder "out"}"
];
buildFlags = [