summary refs log tree commit diff
diff options
context:
space:
mode:
authorArseniy Seroka <jagajaga@users.noreply.github.com>2015-04-01 00:34:07 +0300
committerArseniy Seroka <jagajaga@users.noreply.github.com>2015-04-01 00:34:07 +0300
commitd32e1215b6b6acaba045e80ef7278daed7993b9c (patch)
tree52c6225fe5b84fa980d8120545d9b85a4b29cf6d
parent5bf407ada4ff72b05df4ff1fc2d943d8a4ddb7de (diff)
parent7a0fae2162d20e6cbbfa42a08ba919d9dfb6347a (diff)
downloadnixlib-d32e1215b6b6acaba045e80ef7278daed7993b9c.tar
nixlib-d32e1215b6b6acaba045e80ef7278daed7993b9c.tar.gz
nixlib-d32e1215b6b6acaba045e80ef7278daed7993b9c.tar.bz2
nixlib-d32e1215b6b6acaba045e80ef7278daed7993b9c.tar.lz
nixlib-d32e1215b6b6acaba045e80ef7278daed7993b9c.tar.xz
nixlib-d32e1215b6b6acaba045e80ef7278daed7993b9c.tar.zst
nixlib-d32e1215b6b6acaba045e80ef7278daed7993b9c.zip
Merge pull request #7111 from spwhitt/libcroco
libcroco: Enable building on Darwin
-rw-r--r--pkgs/desktops/gnome-3/3.12/core/libcroco/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/gnome-3/3.12/core/libcroco/default.nix b/pkgs/desktops/gnome-3/3.12/core/libcroco/default.nix
index e5f6a0aa9b8b..1875c1491f96 100644
--- a/pkgs/desktops/gnome-3/3.12/core/libcroco/default.nix
+++ b/pkgs/desktops/gnome-3/3.12/core/libcroco/default.nix
@@ -13,6 +13,6 @@ stdenv.mkDerivation rec {
   buildInputs = [ pkgconfig libxml2 glib ];
 
   meta = with stdenv.lib; {
-    platforms = platforms.linux;
+    platforms = platforms.unix;
   };
 }