From ebf122c36ff1781cb1d6be8543c7eaabe434ff6c Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 1 Mar 2015 12:31:26 +0100 Subject: [PATCH] coan: only build on Linux --- pkgs/development/tools/analysis/coan/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/analysis/coan/default.nix b/pkgs/development/tools/analysis/coan/default.nix index 202109cdbf68..cd8cde1ae52e 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 ]; }; }