gimpPlugins.resynthesizer: rename from resynthesizer2
This commit is contained in:
parent
d5dfc1cd8b
commit
2d68295bea
@ -3,7 +3,7 @@
|
|||||||
# preferences -> Folders -> Plug-ins
|
# preferences -> Folders -> Plug-ins
|
||||||
# same applies for the scripts
|
# same applies for the scripts
|
||||||
|
|
||||||
{ pkgs, gimp }:
|
{ config, pkgs, gimp }:
|
||||||
let
|
let
|
||||||
inherit (pkgs) stdenv fetchurl pkgconfig intltool glib fetchFromGitHub;
|
inherit (pkgs) stdenv fetchurl pkgconfig intltool glib fetchFromGitHub;
|
||||||
inherit (gimp) targetPluginDir targetScriptDir;
|
inherit (gimp) targetPluginDir targetScriptDir;
|
||||||
@ -91,7 +91,7 @@ stdenv.lib.makeScope pkgs.newScope (self: with self; {
|
|||||||
meta.broken = true;
|
meta.broken = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
resynthesizer2 = pluginDerivation rec {
|
resynthesizer = pluginDerivation rec {
|
||||||
/* menu:
|
/* menu:
|
||||||
Filters/Map/Resynthesize
|
Filters/Map/Resynthesize
|
||||||
Filters/Enhance/Smart enlarge
|
Filters/Enhance/Smart enlarge
|
||||||
@ -224,4 +224,8 @@ stdenv.lib.makeScope pkgs.newScope (self: with self; {
|
|||||||
};
|
};
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
} // stdenv.lib.optionalAttrs (config.allowAliases or true) {
|
||||||
|
|
||||||
|
resynthesizer2 = resynthesizer;
|
||||||
|
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user