3
0
Fork 0
forked from mirrors/nixpkgs

clingo: fix build on non-sandboxed darwin

This commit is contained in:
Vincent Laporte 2018-03-12 17:07:18 +00:00
parent eedc173276
commit 903f4dd3d4
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -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";