mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
cups-bjnp: align attrname with pkgname (s/cupsBjnp/cups-bjnp/)
This commit is contained in:
parent
a1ddb32a45
commit
0ec3f4d339
1 changed files with 2 additions and 1 deletions
|
@ -15316,7 +15316,7 @@ let
|
|||
|
||||
gutenprintBin = callPackage ../misc/drivers/gutenprint/bin.nix { };
|
||||
|
||||
cupsBjnp = callPackage ../misc/cups/drivers/cups-bjnp { };
|
||||
cups-bjnp = callPackage ../misc/cups/drivers/cups-bjnp { };
|
||||
|
||||
darcnes = callPackage ../misc/emulators/darcnes { };
|
||||
|
||||
|
@ -15844,6 +15844,7 @@ aliases = with self; rec {
|
|||
cheetahTemplate = pythonPackages.cheetah; # 2015-06-15
|
||||
clangAnalyzer = clang-analyzer; # added 2015-02-20
|
||||
cool-old-term = cool-retro-term; # added 2015-01-31
|
||||
cupsBjnp = cups-bjnp; # added 2016-01-02
|
||||
cv = progress; # added 2015-09-06
|
||||
enblendenfuse = enblend-enfuse; # 2015-09-30
|
||||
exfat-utils = exfat; # 2015-09-11
|
||||
|
|
Loading…
Reference in a new issue