9a93279738
: previous override code to do this was : cups-filters = prev.lib.pipe prev.cups-filters [ (x: x.overrideAttrs (old: { configureFlags = old.configureFlags ++ ["--disable-avahi"]; })) (x: x.override { avahi = null; }) ]; : new override code to do this is : cups-filters = prev.cups-filters.override { withAvahi = false; }; |
||
---|---|---|
.. | ||
drivers | ||
0001-TargetConditionals.patch | ||
cups-pk-helper.nix | ||
default.nix | ||
filters.nix |