mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
Merge pull request #539 from trepetti/igraph
overrides.igraph: add override
This commit is contained in:
commit
c5dbe937f4
1 changed files with 7 additions and 0 deletions
|
@ -582,6 +582,13 @@ lib.composeManyExtensions [
|
|||
'';
|
||||
});
|
||||
|
||||
igraph = super.igraph.overridePythonAttrs (
|
||||
old: {
|
||||
nativeBuildInputs = [ pkgs.cmake ] ++ old.nativeBuildInputs;
|
||||
dontUseCmakeConfigure = true;
|
||||
}
|
||||
);
|
||||
|
||||
imagecodecs = super.imagecodecs.overridePythonAttrs (
|
||||
old: {
|
||||
patchPhase = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue