python.pkgs.kiwisolver: fix build
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
, fetchPypi
|
||||
, stdenv
|
||||
, libcxx
|
||||
, cppy
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -16,6 +17,10 @@ buildPythonPackage rec {
|
||||
|
||||
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.isDarwin "-I${libcxx}/include/c++/v1";
|
||||
|
||||
nativeBuildInputs = [
|
||||
cppy
|
||||
];
|
||||
|
||||
# Does not include tests
|
||||
doCheck = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user