aspcud: add darwin platform support
This works because `gringo` now builds on Darwin.
This commit is contained in:
parent
ddd8dc072e
commit
abeb6af482
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Solver for package problems in CUDF format using ASP";
|
description = "Solver for package problems in CUDF format using ASP";
|
||||||
homepage = http://potasssco.sourceforge.net/;
|
homepage = http://potasssco.sourceforge.net/;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.hakuch ];
|
maintainers = [ maintainers.hakuch ];
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user