pythonPackages.pybind11: improve expression
We shouldn't build and install the package in preFixup.
This commit is contained in:
committed by
Martin Weinelt
parent
328efcc3e6
commit
fbbe75d6e9
@@ -1,9 +1,9 @@
|
||||
{lib, fetchPypi, python, buildPythonPackage, gfortran, nose, pytest, numpy, pybind11}:
|
||||
|
||||
let
|
||||
pybind = pybind11.overridePythonAttrs(oldAttrs: {
|
||||
pybind = pybind11.overridePythonAttrs (oldAttrs: {
|
||||
cmakeFlags = oldAttrs.cmakeFlags ++ [
|
||||
"-DPYBIND11_TEST=off"
|
||||
"-DBUILD_TESTING=off"
|
||||
];
|
||||
doCheck = false; # Circular test dependency
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user