forked from mirrors/nixpkgs
fast-downward: also build on darwin
This commit is contained in:
parent
eb62c7edc8
commit
1058f8f8cf
|
@ -49,7 +49,7 @@ stdenv.mkDerivation {
|
|||
description = "A domain-independent planning system";
|
||||
homepage = "http://www.fast-downward.org/";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
platforms = with platforms; (linux ++ darwin);
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue