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
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
wingpanel
];
PKG_CONFIG_WINGPANEL_2_0_INDICATORSDIR = "${placeholder ''out''}/lib/wingpanel";
PKG_CONFIG_WINGPANEL_2_0_INDICATORSDIR = "${placeholder "out"}/lib/wingpanel";
meta = with stdenv.lib; {
description = "Session Indicator for Wingpanel";