gimp: cleanup plugin name
All gimp plugins are now prefixed with "gimp-plugin-" to make them more clear.
This commit is contained in:
parent
a0f4d19925
commit
ee8fa757f3
@ -22,9 +22,8 @@ let
|
|||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
// a
|
// a
|
||||||
# don't call this gimp-* unless you want nix replace gimp by a plugin :-)
|
|
||||||
// {
|
// {
|
||||||
name = "${a.name}-${gimp.name}-plugin";
|
name = "gimp-plugin-${a.name}";
|
||||||
buildInputs = [ gimp gimp.gtk glib ] ++ (a.buildInputs or []);
|
buildInputs = [ gimp gimp.gtk glib ] ++ (a.buildInputs or []);
|
||||||
nativeBuildInputs = [ pkgconfig intltool ] ++ (a.nativeBuildInputs or []);
|
nativeBuildInputs = [ pkgconfig intltool ] ++ (a.nativeBuildInputs or []);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user