Merge pull request #539 from trepetti/igraph

overrides.igraph: add override
This commit is contained in:
adisbladis 2022-01-28 15:17:11 +12:00 committed by GitHub
commit c5dbe937f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -582,6 +582,13 @@ lib.composeManyExtensions [
'';
});
igraph = super.igraph.overridePythonAttrs (
old: {
nativeBuildInputs = [ pkgs.cmake ] ++ old.nativeBuildInputs;
dontUseCmakeConfigure = true;
}
);
imagecodecs = super.imagecodecs.overridePythonAttrs (
old: {
patchPhase = ''