summary refs log tree commit diff
path: root/pkgs/development/libraries/atk
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-06 10:58:20 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-06 10:58:20 +0100
commit58af4fb11e38eaf234b39f575f31d0db5dde6c4c (patch)
tree9a39760c99fb3218cc6e71c1941832851b82a140 /pkgs/development/libraries/atk
parent25ca1c30e28f076685ce49ab83d3438ba1cdf24f (diff)
downloadnixpkgs-58af4fb11e38eaf234b39f575f31d0db5dde6c4c.tar
nixpkgs-58af4fb11e38eaf234b39f575f31d0db5dde6c4c.tar.gz
nixpkgs-58af4fb11e38eaf234b39f575f31d0db5dde6c4c.tar.bz2
nixpkgs-58af4fb11e38eaf234b39f575f31d0db5dde6c4c.tar.lz
nixpkgs-58af4fb11e38eaf234b39f575f31d0db5dde6c4c.tar.xz
nixpkgs-58af4fb11e38eaf234b39f575f31d0db5dde6c4c.tar.zst
nixpkgs-58af4fb11e38eaf234b39f575f31d0db5dde6c4c.zip
Update some more platforms
Diffstat (limited to 'pkgs/development/libraries/atk')
-rw-r--r--pkgs/development/libraries/atk/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/atk/default.nix b/pkgs/development/libraries/atk/default.nix
index 0c9e998ed2e..b1e8a008029 100644
--- a/pkgs/development/libraries/atk/default.nix
+++ b/pkgs/development/libraries/atk/default.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
     license = "LGPLv2+";
 
     maintainers = with stdenv.lib.maintainers; [ raskin urkud ];
-    platforms = stdenv.lib.platforms.linux;
+    platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
   };
 
 }