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