summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-09-22 17:24:29 +0300
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-09-22 17:25:38 +0300
commitab71280823ff3da7d936fb5e01ad30806111a12e (patch)
treeb7c8580e30bef4f3eedc90e4139b6686b0e25571 /pkgs/desktops
parent6237ece3675b63b485e8cd8601bfd2115e27f1fc (diff)
downloadnixpkgs-ab71280823ff3da7d936fb5e01ad30806111a12e.tar
nixpkgs-ab71280823ff3da7d936fb5e01ad30806111a12e.tar.gz
nixpkgs-ab71280823ff3da7d936fb5e01ad30806111a12e.tar.bz2
nixpkgs-ab71280823ff3da7d936fb5e01ad30806111a12e.tar.lz
nixpkgs-ab71280823ff3da7d936fb5e01ad30806111a12e.tar.xz
nixpkgs-ab71280823ff3da7d936fb5e01ad30806111a12e.tar.zst
nixpkgs-ab71280823ff3da7d936fb5e01ad30806111a12e.zip
darwin: Disable some packages that have never built successfully
mate.mate-desktop: https://hydra.nixos.org/build/61110037
gdmap: https://hydra.nixos.org/build/61144743
redsocks: https://hydra.nixos.org/build/61123106
resolv_wrapper: https://hydra.nixos.org/build/61121132
ogmtools: https://hydra.nixos.org/build/61108726
mp3info: https://hydra.nixos.org/build/61139015
lxappearance-gtk3: https://hydra.nixos.org/build/61126327
hdf5-fortran: https://hydra.nixos.org/build/61146631
pqiv: https://hydra.nixos.org/build/61124724
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/lxde/core/lxappearance/default.nix2
-rw-r--r--pkgs/desktops/mate/mate-desktop/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/lxde/core/lxappearance/default.nix b/pkgs/desktops/lxde/core/lxappearance/default.nix
index 8c6eb596515..aece5fefaec 100644
--- a/pkgs/desktops/lxde/core/lxappearance/default.nix
+++ b/pkgs/desktops/lxde/core/lxappearance/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
     description = "A lightweight program for configuring the theme and fonts of gtk applications";
     homepage = http://lxde.org/;
     maintainers = [ stdenv.lib.maintainers.hinton ];
-    platforms = stdenv.lib.platforms.all;
+    platforms = stdenv.lib.platforms.linux;
     license = stdenv.lib.licenses.gpl2;
   };
 }
diff --git a/pkgs/desktops/mate/mate-desktop/default.nix b/pkgs/desktops/mate/mate-desktop/default.nix
index 8fea89cdcb6..039c3732d11 100644
--- a/pkgs/desktops/mate/mate-desktop/default.nix
+++ b/pkgs/desktops/mate/mate-desktop/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
     description = "Library with common API for various MATE modules";
     homepage = http://mate-desktop.org;
     license = licenses.gpl2;
-    platforms = platforms.unix;
+    platforms = platforms.linux;
     maintainers = [ maintainers.romildo ];
   };
 }