summary refs log tree commit diff
path: root/pkgs/desktops/gnome-2
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2018-08-12 10:36:43 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2018-08-12 10:36:43 +0100
commit5caa3fcae9a757d67d97caa0ada7732d79f6642e (patch)
tree1e323a298b679845c1686f6bb0cbb74df3bc63bf /pkgs/desktops/gnome-2
parentbcab40610be6e1b31c14c95fe7b195f43536459f (diff)
downloadnixpkgs-5caa3fcae9a757d67d97caa0ada7732d79f6642e.tar
nixpkgs-5caa3fcae9a757d67d97caa0ada7732d79f6642e.tar.gz
nixpkgs-5caa3fcae9a757d67d97caa0ada7732d79f6642e.tar.bz2
nixpkgs-5caa3fcae9a757d67d97caa0ada7732d79f6642e.tar.lz
nixpkgs-5caa3fcae9a757d67d97caa0ada7732d79f6642e.tar.xz
nixpkgs-5caa3fcae9a757d67d97caa0ada7732d79f6642e.tar.zst
nixpkgs-5caa3fcae9a757d67d97caa0ada7732d79f6642e.zip
Small fixes
Diffstat (limited to 'pkgs/desktops/gnome-2')
-rw-r--r--pkgs/desktops/gnome-2/platform/GConf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/gnome-2/platform/GConf/default.nix b/pkgs/desktops/gnome-2/platform/GConf/default.nix
index dd9264514d4..df3de11e738 100644
--- a/pkgs/desktops/gnome-2/platform/GConf/default.nix
+++ b/pkgs/desktops/gnome-2/platform/GConf/default.nix
@@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     homepage = https://projects.gnome.org/gconf/;
     description = "Deprecated system for storing application preferences";
-    platforms = platforms.linux;
+    platforms = platforms.unix;
   };
 }