summary refs log tree commit diff
path: root/pkgs/development/tools/analysis/coan
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-03-01 12:31:26 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-03-01 12:32:13 +0100
commitebf122c36ff1781cb1d6be8543c7eaabe434ff6c (patch)
tree21dfd3218d2d993f85c01a69b1cc4615b39abe26 /pkgs/development/tools/analysis/coan
parent186765e0e3ac325cbf614511e897a0dba0ee808d (diff)
coan: only build on Linux
Diffstat (limited to 'pkgs/development/tools/analysis/coan')
-rw-r--r--pkgs/development/tools/analysis/coan/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/analysis/coan/default.nix b/pkgs/development/tools/analysis/coan/default.nix
index 202109cdbf68f..cd8cde1ae52ee 100644
--- a/pkgs/development/tools/analysis/coan/default.nix
+++ b/pkgs/development/tools/analysis/coan/default.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
     '';
     homepage = http://coan2.sourceforge.net/;
     license = with licenses; bsd3;
-    platforms = with platforms; all;
+    platforms = with platforms; linux;
     maintainers = with maintainers; [ nckx ];
   };
 }