about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2017-03-17 07:59:41 +0100
committerGitHub <noreply@github.com>2017-03-17 07:59:41 +0100
commit6f226a87251711577bbddf58cceaf4350a2c5b15 (patch)
treeec8f2032d14ca59f21ac4ccae72c07dea0a02d1f /pkgs/desktops
parentcc012b227f47cb1913a446d95bb699967f027e71 (diff)
parente022cc6541c6b6b9321e8eed001500671c495d9c (diff)
downloadnixlib-6f226a87251711577bbddf58cceaf4350a2c5b15.tar
nixlib-6f226a87251711577bbddf58cceaf4350a2c5b15.tar.gz
nixlib-6f226a87251711577bbddf58cceaf4350a2c5b15.tar.bz2
nixlib-6f226a87251711577bbddf58cceaf4350a2c5b15.tar.lz
nixlib-6f226a87251711577bbddf58cceaf4350a2c5b15.tar.xz
nixlib-6f226a87251711577bbddf58cceaf4350a2c5b15.tar.zst
nixlib-6f226a87251711577bbddf58cceaf4350a2c5b15.zip
Merge pull request #23954 from jbaum98/pdfpc-darwin
pdfpc, libgee_0_8: Add darwin support
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/gnome-3/3.22/core/libgee/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/gnome-3/3.22/core/libgee/default.nix b/pkgs/desktops/gnome-3/3.22/core/libgee/default.nix
index 7b49af3c50ff..d4697c99a938 100644
--- a/pkgs/desktops/gnome-3/3.22/core/libgee/default.nix
+++ b/pkgs/desktops/gnome-3/3.22/core/libgee/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "Utility library providing GObject-based interfaces and classes for commonly used data structures";
     license = licenses.lgpl21Plus;
-    platforms = platforms.linux;
+    platforms = platforms.unix;
     maintainers = gnome3.maintainers;
   };
 }