mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
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; {
|
||||
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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user