mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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
|
||||
# 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 []);
|
||||
nativeBuildInputs = [ pkgconfig intltool ] ++ (a.nativeBuildInputs or []);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user