python.pkgs.pybind11: fix build

This commit is contained in:
Frederik Rietdijk 2019-09-08 17:43:16 +02:00
parent b9810814ec
commit 241a61939d

View File

@ -33,6 +33,8 @@ buildPythonPackage rec {
})
];
dontUseCmakeConfigure = true;
checkInputs = [ pytest cmake ]
++ (lib.optional (numpy != null) numpy)
++ (lib.optional (eigen != null) eigen)