Merge pull request #214218 from K900/drop-gmic-qt-krita

gmic-qt-krita: drop

authored by K900 and committed by GitHub f90a34bb a0acf943

+1 -15
-8
pkgs/tools/graphics/gmic-qt/default.nix
··· 14 14 , libtiff 15 15 , libpng 16 16 , curl 17 - , krita ? null 18 17 , gimp ? null 19 18 , gmic 20 19 , cimg ··· 36 35 gimp.gtk 37 36 ]; 38 37 description = "GIMP plugin for the G'MIC image processing framework"; 39 - }; 40 - 41 - krita = { 42 - extraDeps = [ 43 - krita 44 - ]; 45 - description = "Krita plugin for the G'MIC image processing framework"; 46 38 }; 47 39 48 40 standalone = {
+1 -1
pkgs/top-level/aliases.nix
··· 528 528 glib_networking = throw "'glib_networking' has been renamed to/replaced by 'glib-networking'"; # Converted to throw 2022-02-22 529 529 glimpse = throw "glimpse was removed, as the project was discontinued. You can use gimp instead."; # Added 2022-07-11 530 530 gmailieer = lieer; # Added 2020-04-19 531 - gmic_krita_qt = gmic-qt-krita; # Added 2019-09-07 531 + gmic-qt-krita = throw "gmic-qt-krita was removed as it's no longer supported upstream."; # Converted to throw 2023-02-02 532 532 gmvault = throw "gmvault has been removed because it is unmaintained, mostly broken, and insecure"; # Added 2021-03-08 533 533 gnash = throw "gnash has been removed; broken and abandoned upstream"; # added 2022-02-06 534 534 gnome-breeze = throw "gnome-breeze has been removed, use libsForQt5.breeze-gtk instead"; # Added 2022-04-22
-6
pkgs/top-level/all-packages.nix
··· 4794 4794 4795 4795 gmic-qt = libsForQt5.callPackage ../tools/graphics/gmic-qt { }; 4796 4796 4797 - # NOTE: If overriding qt version, krita needs to use the same qt version as 4798 - # well. 4799 - gmic-qt-krita = gmic-qt.override { 4800 - variant = "krita"; 4801 - }; 4802 - 4803 4797 gpg-tui = callPackage ../tools/security/gpg-tui { 4804 4798 inherit (darwin.apple_sdk.frameworks) AppKit Foundation; 4805 4799 inherit (darwin) libobjc libresolv;