aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/accountsservice
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-09-03 12:38:57 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-09-03 13:01:42 -0400
commit59e68d3b742a8972ccd496dce7fb9bd2dd8facbf (patch)
treec197e455a6f1c192121f6fc1741c8470fd4f2890 /pkgs/development/libraries/accountsservice
parent8c772a6183560bb8ad77f2d0715885456e17b9e5 (diff)
treewide: don't use single quotes with placeholder
Diffstat (limited to 'pkgs/development/libraries/accountsservice')
-rw-r--r--pkgs/development/libraries/accountsservice/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/accountsservice/default.nix b/pkgs/development/libraries/accountsservice/default.nix
index 8713663ecca7..860ac3fde41f 100644
--- a/pkgs/development/libraries/accountsservice/default.nix
+++ b/pkgs/development/libraries/accountsservice/default.nix
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
mesonFlags = [
"-Dadmin_group=wheel"
"-Dlocalstatedir=/var"
- "-Dsystemdsystemunitdir=${placeholder ''out''}/etc/systemd/system"
+ "-Dsystemdsystemunitdir=${placeholder "out"}/etc/systemd/system"
];
postPatch = ''