summary refs log tree commit diff
path: root/pkgs/desktops/xfce-4.8/core
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/xfce-4.8/core')
-rw-r--r--pkgs/desktops/xfce-4.8/core/gtk-xfce-engine.nix2
-rw-r--r--pkgs/desktops/xfce-4.8/core/thunar-volman.nix2
-rw-r--r--pkgs/desktops/xfce-4.8/core/thunar.nix2
-rw-r--r--pkgs/desktops/xfce-4.8/core/xfce-utils.nix2
-rw-r--r--pkgs/desktops/xfce-4.8/core/xfce4-panel.nix2
-rw-r--r--pkgs/desktops/xfce-4.8/core/xfce4-session.nix2
-rw-r--r--pkgs/desktops/xfce-4.8/core/xfce4-settings.nix2
-rw-r--r--pkgs/desktops/xfce-4.8/core/xfdesktop.nix2
-rw-r--r--pkgs/desktops/xfce-4.8/core/xfwm4.nix2
9 files changed, 18 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 ];
   };
 }
diff --git a/pkgs/desktops/xfce-4.8/core/thunar-volman.nix b/pkgs/desktops/xfce-4.8/core/thunar-volman.nix
index ac47b49f0be..490390d1bac 100644
--- a/pkgs/desktops/xfce-4.8/core/thunar-volman.nix
+++ b/pkgs/desktops/xfce-4.8/core/thunar-volman.nix
@@ -20,5 +20,7 @@ stdenv.mkDerivation rec {
     homepage = http://thunar.xfce.org/;
     description = "Thunar extension for automatic management of removable drives and media";
     license = "GPLv2+";
+    platforms = stdenv.lib.platforms.linux;
+    maintainers = [ stdenv.lib.maintainers.eelco ];
   };
 }
diff --git a/pkgs/desktops/xfce-4.8/core/thunar.nix b/pkgs/desktops/xfce-4.8/core/thunar.nix
index c9ab76f2920..0e8f72e22d6 100644
--- a/pkgs/desktops/xfce-4.8/core/thunar.nix
+++ b/pkgs/desktops/xfce-4.8/core/thunar.nix
@@ -20,5 +20,7 @@ stdenv.mkDerivation rec {
     homepage = http://thunar.xfce.org/;
     description = "Xfce file manager";
     license = "GPLv2+";
+    platforms = stdenv.lib.platforms.linux;
+    maintainers = [ stdenv.lib.maintainers.eelco ];
   };
 }
diff --git a/pkgs/desktops/xfce-4.8/core/xfce-utils.nix b/pkgs/desktops/xfce-4.8/core/xfce-utils.nix
index 58ef4fbef2a..eb998c2759f 100644
--- a/pkgs/desktops/xfce-4.8/core/xfce-utils.nix
+++ b/pkgs/desktops/xfce-4.8/core/xfce-utils.nix
@@ -16,5 +16,7 @@ stdenv.mkDerivation rec {
     homepage = http://www.xfce.org/;
     description = "Utilities and scripts for Xfce";
     license = "GPLv2+";
+    platforms = stdenv.lib.platforms.linux;
+    maintainers = [ stdenv.lib.maintainers.eelco ];
   };
 }
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 ];
   };
 }
diff --git a/pkgs/desktops/xfce-4.8/core/xfce4-session.nix b/pkgs/desktops/xfce-4.8/core/xfce4-session.nix
index c6f6234f473..7aeaedb1e2a 100644
--- a/pkgs/desktops/xfce-4.8/core/xfce4-session.nix
+++ b/pkgs/desktops/xfce-4.8/core/xfce4-session.nix
@@ -18,5 +18,7 @@ stdenv.mkDerivation rec {
     homepage = http://www.xfce.org/;
     description = "Session manager for Xfce";
     license = "GPLv2+";
+    platforms = stdenv.lib.platforms.linux;
+    maintainers = [ stdenv.lib.maintainers.eelco ];
   };
 }
diff --git a/pkgs/desktops/xfce-4.8/core/xfce4-settings.nix b/pkgs/desktops/xfce-4.8/core/xfce4-settings.nix
index 3515d2553c5..03d2ac67a39 100644
--- a/pkgs/desktops/xfce-4.8/core/xfce4-settings.nix
+++ b/pkgs/desktops/xfce-4.8/core/xfce4-settings.nix
@@ -20,5 +20,7 @@ stdenv.mkDerivation rec {
     homepage = http://www.xfce.org/;
     description = "Settings manager for Xfce";
     license = "GPLv2+";
+    platforms = stdenv.lib.platforms.linux;
+    maintainers = [ stdenv.lib.maintainers.eelco ];
   };
 }
diff --git a/pkgs/desktops/xfce-4.8/core/xfdesktop.nix b/pkgs/desktops/xfce-4.8/core/xfdesktop.nix
index 3742686d2e3..5f64fff3b4d 100644
--- a/pkgs/desktops/xfce-4.8/core/xfdesktop.nix
+++ b/pkgs/desktops/xfce-4.8/core/xfdesktop.nix
@@ -20,5 +20,7 @@ stdenv.mkDerivation rec {
     homepage = http://www.xfce.org/;
     description = "Xfce desktop manager";
     license = "GPLv2+";
+    platforms = stdenv.lib.platforms.linux;
+    maintainers = [ stdenv.lib.maintainers.eelco ];
   };
 }
diff --git a/pkgs/desktops/xfce-4.8/core/xfwm4.nix b/pkgs/desktops/xfce-4.8/core/xfwm4.nix
index 7dc3c653909..aefae75a3c3 100644
--- a/pkgs/desktops/xfce-4.8/core/xfwm4.nix
+++ b/pkgs/desktops/xfce-4.8/core/xfwm4.nix
@@ -21,5 +21,7 @@ stdenv.mkDerivation rec {
     homepage = http://www.xfce.org/;
     description = "Window manager for Xfce";
     license = "GPLv2+";
+    platforms = stdenv.lib.platforms.linux;
+    maintainers = [ stdenv.lib.maintainers.eelco ];
   };
 }