mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
gmic-qt-krita: rename from gmic_krita_qt
This commit is contained in:
parent
925501a5d5
commit
7c22e3af30
3 changed files with 4 additions and 1 deletions
|
@ -114,6 +114,7 @@ mapAliases ({
|
|||
git-hub = gitAndTools.git-hub; # added 2016-04-29
|
||||
glib_networking = glib-networking; # added 2018-02-25
|
||||
gnome-mpv = celluloid; # added 2019-08-22
|
||||
gmic_krita_qt = gmic-qt-krita; # added 2019-09-07
|
||||
gnome-themes-standard = gnome-themes-extra; # added 2018-03-14
|
||||
gnome_doc_utils = gnome-doc-utils; # added 2018-02-25
|
||||
gnome_themes_standard = gnome-themes-standard; # added 2018-02-25
|
||||
|
|
|
@ -1694,7 +1694,9 @@ in
|
|||
|
||||
gmic = callPackage ../tools/graphics/gmic { };
|
||||
|
||||
gmic_krita_qt = libsForQt5.callPackage ../tools/graphics/gmic_krita_qt { };
|
||||
gmic-qt = libsForQt5.callPackage ../tools/graphics/gmic-qt { };
|
||||
|
||||
gmic-qt-krita = gmic-qt;
|
||||
|
||||
goa = callPackage ../development/tools/goa { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue