mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 17:51:40 -05:00
Don't fail to apply overrides if a package does not exist (yet)
This commit is contained in:
parent
5a4564ca56
commit
c3eeec84ae
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ lib.composeManyExtensions [
|
||||||
(drv: attr: addBuildSystem {
|
(drv: attr: addBuildSystem {
|
||||||
inherit drv self attr;
|
inherit drv self attr;
|
||||||
})
|
})
|
||||||
super.${attr}
|
(super.${attr} or null)
|
||||||
systems)
|
systems)
|
||||||
buildSystems)
|
buildSystems)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue