summary refs log tree commit diff
path: root/pkgs/tools/graphics/graphviz/default.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-05 10:46:59 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-05 10:46:59 +0100
commitda426c7df579ae7f1a2f04613ebbdc4ac7e8cd72 (patch)
tree221ee23dff02ecd3d735de81bd2f3b205ed0bc07 /pkgs/tools/graphics/graphviz/default.nix
parentd098a6d9264ead9e02930599231d267b56a00be6 (diff)
downloadnixpkgs-da426c7df579ae7f1a2f04613ebbdc4ac7e8cd72.tar
nixpkgs-da426c7df579ae7f1a2f04613ebbdc4ac7e8cd72.tar.gz
nixpkgs-da426c7df579ae7f1a2f04613ebbdc4ac7e8cd72.tar.bz2
nixpkgs-da426c7df579ae7f1a2f04613ebbdc4ac7e8cd72.tar.lz
nixpkgs-da426c7df579ae7f1a2f04613ebbdc4ac7e8cd72.tar.xz
nixpkgs-da426c7df579ae7f1a2f04613ebbdc4ac7e8cd72.tar.zst
nixpkgs-da426c7df579ae7f1a2f04613ebbdc4ac7e8cd72.zip
Fix some meta.platforms attributes to build more stuff on Darwin
Diffstat (limited to 'pkgs/tools/graphics/graphviz/default.nix')
-rw-r--r--pkgs/tools/graphics/graphviz/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/graphviz/default.nix b/pkgs/tools/graphics/graphviz/default.nix
index c1aebd3dfe1..0ef70a197d6 100644
--- a/pkgs/tools/graphics/graphviz/default.nix
+++ b/pkgs/tools/graphics/graphviz/default.nix
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
       interfaces for other technical domains.
     '';
 
-    platforms = stdenv.lib.platforms.linux;
+    platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
     maintainers = with stdenv.lib.maintainers; [ simons bjornfor ];
   };
 }