3
0
Fork 0
forked from mirrors/nixpkgs

fast-downward: also build on darwin

This commit is contained in:
Steve Purcell 2020-06-14 17:55:14 +12:00
parent eb62c7edc8
commit 1058f8f8cf

View file

@ -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 ];
};
}