nixpkgs/pkgs/misc/cups
zseri 9a93279738 cups-filters: make it easier to disable avahi
: 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; };
2022-02-23 23:38:05 +01:00
..
drivers treewide: rename name to pname&version 2022-01-27 17:29:01 +01:00
0001-TargetConditionals.patch cups: Include TargetConditionals.h on Darwin 2021-11-24 15:17:13 -08:00
cups-pk-helper.nix pkgs/misc: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
default.nix Revert "cups: 2.4.0 -> 2.4.1" 2022-02-03 10:24:56 -08:00
filters.nix cups-filters: make it easier to disable avahi 2022-02-23 23:38:05 +01:00