about summary refs log tree commit diff
path: root/pkgs/desktops/xfce4-14/xfce4-session
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2019-09-04 11:00:56 +0200
committerVladimír Čunát <v@cunat.cz>2019-09-04 11:00:56 +0200
commit4aad2947f8d680f18e5b01e115cf8cff22186998 (patch)
treea7a3d020efc6ec7be822bc06e08eca3ac311c9e2 /pkgs/desktops/xfce4-14/xfce4-session
parent2c5835b09a1d4966756212902d36b1b8ab242da6 (diff)
parent1d8a3973f46a2d1360f855eaa0f3a19859771793 (diff)
downloadnixlib-4aad2947f8d680f18e5b01e115cf8cff22186998.tar
nixlib-4aad2947f8d680f18e5b01e115cf8cff22186998.tar.gz
nixlib-4aad2947f8d680f18e5b01e115cf8cff22186998.tar.bz2
nixlib-4aad2947f8d680f18e5b01e115cf8cff22186998.tar.lz
nixlib-4aad2947f8d680f18e5b01e115cf8cff22186998.tar.xz
nixlib-4aad2947f8d680f18e5b01e115cf8cff22186998.tar.zst
nixlib-4aad2947f8d680f18e5b01e115cf8cff22186998.zip
Merge branch 'master' into staging-next
Diffstat (limited to 'pkgs/desktops/xfce4-14/xfce4-session')
-rw-r--r--pkgs/desktops/xfce4-14/xfce4-session/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/xfce4-14/xfce4-session/default.nix b/pkgs/desktops/xfce4-14/xfce4-session/default.nix
index 055da7f245bb..d44cd8b0dd7c 100644
--- a/pkgs/desktops/xfce4-14/xfce4-session/default.nix
+++ b/pkgs/desktops/xfce4-14/xfce4-session/default.nix
@@ -9,7 +9,7 @@ mkXfceDerivation {
 
   buildInputs = [ exo gtk3 glib libxfce4ui libxfce4util libwnck3 xfconf polkit iceauth ];
 
-  configureFlags = [ "--with-xsession-prefix=${placeholder ''out''}" ];
+  configureFlags = [ "--with-xsession-prefix=${placeholder "out"}" ];
 
   # See https://github.com/NixOS/nixpkgs/issues/36468
   NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0";