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