Skip to content

Commit

Permalink
libdbusmenu: use placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
hedning committed Mar 7, 2019
1 parent efffbe7 commit a72b225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libdbusmenu/default.nix
Expand Up @@ -49,9 +49,9 @@ stdenv.mkDerivation rec {
doCheck = false; # generates shebangs in check phase, too lazy to fix

installFlags = [
"sysconfdir=\${out}/etc"
"sysconfdir=${placeholder "out"}/etc"
"localstatedir=\${TMPDIR}"
"typelibdir=\${out}/lib/girepository-1.0"
"typelibdir=${placeholder "out"}/lib/girepository-1.0"
];

meta = {
Expand Down

0 comments on commit a72b225

Please sign in to comment.