Skip to content

lib.makeOverridable: propagate .override#441853

Closed
wolfgangwalther wants to merge 3 commits into
NixOS:masterfrom
wolfgangwalther:customization-propagate-override
Closed

lib.makeOverridable: propagate .override#441853
wolfgangwalther wants to merge 3 commits into
NixOS:masterfrom
wolfgangwalther:customization-propagate-override

glib: disable gobject-introspection temporarily

0d8f836
Select commit
Loading
Failed to load commit list.
OfBorg / _1password-gui, _1password-gui.passthru.tests, glib, glib.passthru.tests, lib.makeOverridable, lib.makeOverridable.passthru.tests on aarch64-darwin skipped Sep 14, 2025 in 0s

No attempt

The following builds were skipped because they don't evaluate on aarch64-darwin: _1password-gui, _1password-gui.passthru.tests, glib, glib.passthru.tests, lib.makeOverridable, lib.makeOverridable.passthru.tests

Details

Partial log


       … in the left operand of the update (//) operator
         at /private/var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/ofborg-core/lib/customisation.nix:167:42:
          166|         # Changes the original arguments with (potentially a function that returns) a set of new attributes
          167|         overrideWith = newArgs: origArgs // (if isFunction newArgs then newArgs origArgs else newArgs);
             |                                          ^
          168|

       error: expected a set but found a function: «lambda @ /private/var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/ofborg-core/pkgs/os-specific/darwin/apple-source-releases/libffi/package.nix:15:20»