python.pkgs.pybind11: fix build
This commit is contained in:
parent
b9810814ec
commit
241a61939d
@ -33,6 +33,8 @@ buildPythonPackage rec {
|
||||
})
|
||||
];
|
||||
|
||||
dontUseCmakeConfigure = true;
|
||||
|
||||
checkInputs = [ pytest cmake ]
|
||||
++ (lib.optional (numpy != null) numpy)
|
||||
++ (lib.optional (eigen != null) eigen)
|
||||
|
Loading…
Reference in New Issue
Block a user