···1414, libtiff
1515, libpng
1616, curl
1717-, krita ? null
1817, gimp ? null
1918, gmic
2019, cimg
···3635 gimp.gtk
3736 ];
3837 description = "GIMP plugin for the G'MIC image processing framework";
3939- };
4040-4141- krita = {
4242- extraDeps = [
4343- krita
4444- ];
4545- description = "Krita plugin for the G'MIC image processing framework";
4638 };
47394840 standalone = {
+1-1
pkgs/top-level/aliases.nix
···528528 glib_networking = throw "'glib_networking' has been renamed to/replaced by 'glib-networking'"; # Converted to throw 2022-02-22
529529 glimpse = throw "glimpse was removed, as the project was discontinued. You can use gimp instead."; # Added 2022-07-11
530530 gmailieer = lieer; # Added 2020-04-19
531531- gmic_krita_qt = gmic-qt-krita; # Added 2019-09-07
531531+ gmic-qt-krita = throw "gmic-qt-krita was removed as it's no longer supported upstream."; # Converted to throw 2023-02-02
532532 gmvault = throw "gmvault has been removed because it is unmaintained, mostly broken, and insecure"; # Added 2021-03-08
533533 gnash = throw "gnash has been removed; broken and abandoned upstream"; # added 2022-02-06
534534 gnome-breeze = throw "gnome-breeze has been removed, use libsForQt5.breeze-gtk instead"; # Added 2022-04-22
-6
pkgs/top-level/all-packages.nix
···4794479447954795 gmic-qt = libsForQt5.callPackage ../tools/graphics/gmic-qt { };
4796479647974797- # NOTE: If overriding qt version, krita needs to use the same qt version as
47984798- # well.
47994799- gmic-qt-krita = gmic-qt.override {
48004800- variant = "krita";
48014801- };
48024802-48034797 gpg-tui = callPackage ../tools/security/gpg-tui {
48044798 inherit (darwin.apple_sdk.frameworks) AppKit Foundation;
48054799 inherit (darwin) libobjc libresolv;