From abeb6af4821c8b2980afe0ce83aae22dcc180cc2 Mon Sep 17 00:00:00 2001 From: Winnie Quinn Date: Tue, 12 Sep 2017 12:46:59 -0400 Subject: aspcud: add darwin platform support This works because `gringo` now builds on Darwin. --- pkgs/tools/misc/aspcud/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools/misc/aspcud') diff --git a/pkgs/tools/misc/aspcud/default.nix b/pkgs/tools/misc/aspcud/default.nix index f3d2cbca6516..974b7691cb93 100644 --- a/pkgs/tools/misc/aspcud/default.nix +++ b/pkgs/tools/misc/aspcud/default.nix @@ -37,7 +37,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "Solver for package problems in CUDF format using ASP"; homepage = http://potasssco.sourceforge.net/; - platforms = platforms.linux; + platforms = platforms.all; maintainers = [ maintainers.hakuch ]; license = licenses.gpl3Plus; }; -- cgit 1.4.1