Don't fail to apply overrides if a package does not exist (yet)

This commit is contained in:
Tom Sydney Kerckhove 2023-04-26 11:49:31 +02:00
parent 5a4564ca56
commit c3eeec84ae

View file

@ -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)