cups-filters: align attrname with pkgname

This commit is contained in:
Bjørn Forsman 2016-08-25 17:47:34 +02:00
parent 8f6a8f0757
commit 56f1ceecab
2 changed files with 2 additions and 1 deletions

View file

@ -36,6 +36,7 @@ doNotDisplayTwice rec {
conkerorWrapper = conkeror; # added 2015-01
cool-old-term = cool-retro-term; # added 2015-01-31
cupsBjnp = cups-bjnp; # added 2016-01-02
cups_filters = cups-filters; # added 2016-08
cv = progress; # added 2015-09-06
debian_devscripts = debian-devscripts; # added 2016-03-23
dwarf_fortress = dwarf-fortress; # added 2016-01-23

View file

@ -17016,7 +17016,7 @@ in
libusb = libusb1;
};
cups_filters = callPackage ../misc/cups/filters.nix { };
cups-filters = callPackage ../misc/cups/filters.nix { };
cups-pk-helper = callPackage ../misc/cups/cups-pk-helper.nix { };