1 2 3 4 5
self: super: { bitlbee = super.bitlbee.overrideAttrs(old: { patches = (old.patches or []) ++ [ ./bitlbee_long_nicks.patch ]; }); }