mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 15:41:40 +00:00
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