clingo: fix build on non-sandboxed darwin
This commit is contained in:
parent
eedc173276
commit
903f4dd3d4
|
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [];
|
buildInputs = [];
|
||||||
nativeBuildInputs = [cmake];
|
nativeBuildInputs = [cmake];
|
||||||
|
|
||||||
|
cmakeFlags = [ "-DCLINGO_BUILD_WITH_PYTHON=OFF" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit version;
|
inherit version;
|
||||||
description = "ASP system to ground and solve logic programs";
|
description = "ASP system to ground and solve logic programs";
|
||||||
|
|
Loading…
Reference in New Issue