summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorNicolas Benes <nbenes.gh@xandea.de>2022-11-12 01:01:42 +0100
committerNicolas Benes <nbenes.gh@xandea.de>2022-12-01 23:53:34 +0100
commit909cfd2b8dd8bd43078975043c5deceeb1cae492 (patch)
tree03929b2f113a1700dade585c27ba485c5adb77f0 /pkgs/top-level/aliases.nix
parent9d84f4fe59d0d5dfcef5f0baf980862653177b36 (diff)
downloadnixpkgs-909cfd2b8dd8bd43078975043c5deceeb1cae492.tar
nixpkgs-909cfd2b8dd8bd43078975043c5deceeb1cae492.tar.gz
nixpkgs-909cfd2b8dd8bd43078975043c5deceeb1cae492.tar.bz2
nixpkgs-909cfd2b8dd8bd43078975043c5deceeb1cae492.tar.lz
nixpkgs-909cfd2b8dd8bd43078975043c5deceeb1cae492.tar.xz
nixpkgs-909cfd2b8dd8bd43078975043c5deceeb1cae492.tar.zst
nixpkgs-909cfd2b8dd8bd43078975043c5deceeb1cae492.zip
cups-kyodialog: 8.1601 -> 9.2-20220928
  * Rename `cups-kyodialog3` -> `cups-kyodialog`
  * Update from 8.1601 (2016) to 9.2 (2022) with support for more and
    recent printer models (170 vs. 373 PPD files)
  * Make Qt GUI optional to reduce closure size, Qt4 -> Qt5
  * Avoid full paths to kyodialog filters in PPD files. A PPD file is
    copied to /etc/cups/ppd/ for each configured printer and is not
    updated when the cups-kyodialog package is updated, thus,
    potentially creating dangling references to /nix/store or invoking
    the old version of the cups filters.
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 3894b850d8e..9f559df75cd 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -301,6 +301,7 @@ mapAliases ({
   cloud-print-connector = throw "Google Cloudprint is officially discontinued since Jan 2021, more info https://support.google.com/chrome/a/answer/9633006";
   cquery = throw "cquery has been removed because it is abandoned by upstream. Consider switching to clangd or ccls instead"; # Added 2020-06-15
   cups-googlecloudprint = throw "Google Cloudprint is officially discontinued since Jan 2021, more info https://support.google.com/chrome/a/answer/9633006";
+  cups-kyodialog3 = cups-kyodialog; # Added 2022-11-12
   cupsBjnp = throw "'cupsBjnp' has been renamed to/replaced by 'cups-bjnp'"; # Converted to throw 2022-02-22
   cups_filters = throw "'cups_filters' has been renamed to/replaced by 'cups-filters'"; # Converted to throw 2022-02-22
   curlcpp = throw "curlcpp has been removed, no active maintainers and no usage within nixpkgs"; # Added 2022-05-10