summary refs log tree commit diff
path: root/pkgs/desktops/xfce-4.8/core/gtk-xfce-engine.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/xfce-4.8/core/gtk-xfce-engine.nix')
-rw-r--r--pkgs/desktops/xfce-4.8/core/gtk-xfce-engine.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/desktops/xfce-4.8/core/gtk-xfce-engine.nix b/pkgs/desktops/xfce-4.8/core/gtk-xfce-engine.nix
index 7cca247ae44..4518897cc2f 100644
--- a/pkgs/desktops/xfce-4.8/core/gtk-xfce-engine.nix
+++ b/pkgs/desktops/xfce-4.8/core/gtk-xfce-engine.nix
@@ -15,5 +15,7 @@ stdenv.mkDerivation rec {
     homepage = http://www.xfce.org/;
     description = "GTK+ theme engine for Xfce";
     license = "GPLv2+";
+    platforms = stdenv.lib.platforms.linux;
+    maintainers = [ stdenv.lib.maintainers.eelco ];
   };
 }