mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
pythonPackages.pybind11: fix pybind11Config.cmake
This commit is contained in:
parent
210784b7c8
commit
68032151a4
@ -23,6 +23,14 @@ buildPythonPackage rec {
|
||||
sha256 = "1lsacpawl2gb5qlh0cawj9swsyfbwhzhwiv6553a7lsigdbadqpy";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# fix pybind11Config.cmake
|
||||
(fetchpatch {
|
||||
url = "https://github.com/pybind/pybind11/commit/d9c4e1047a95f023633a7260af5a633307438941.patch";
|
||||
sha256 = "0kran295kj31xfs6mfha5ip132zd0pnj2dl36qzgyc1rpnha5gz4";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
buildInputs = [ catch ];
|
||||
|
Loading…
Reference in New Issue
Block a user