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
@@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
})
];
PKG_CONFIG_WINGPANEL_2_0_INDICATORSDIR = "${placeholder ''out''}/lib/wingpanel";
PKG_CONFIG_WINGPANEL_2_0_INDICATORSDIR = "${placeholder "out"}/lib/wingpanel";
postPatch = ''
chmod +x meson/post_install.py