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