about summary refs log tree commit diff
path: root/pkgs/desktops/lxde/core/lxappearance/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/lxde/core/lxappearance/default.nix')
-rw-r--r--pkgs/desktops/lxde/core/lxappearance/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/lxde/core/lxappearance/default.nix b/pkgs/desktops/lxde/core/lxappearance/default.nix
index 4119f4c41341..8ff71e0a545f 100644
--- a/pkgs/desktops/lxde/core/lxappearance/default.nix
+++ b/pkgs/desktops/lxde/core/lxappearance/default.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
     ./lxappearance-0.6.3-xdg.system.data.dirs.patch
   ];
 
-  configureFlags = stdenv.lib.optional withGtk3 "--enable-gtk3";
+  configureFlags = lib.optional withGtk3 "--enable-gtk3";
 
   meta = with lib; {
     description = "Lightweight program for configuring the theme and fonts of gtk applications";