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";
|
description = "A domain-independent planning system";
|
||||||
homepage = "http://www.fast-downward.org/";
|
homepage = "http://www.fast-downward.org/";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = with platforms; (linux ++ darwin);
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user