gimpPlugins.pluginDerivation: Fix name

The name should not contain the gimp version, otherwise parseDrvName will consider it the gimp package.

Fixes: https://github.com/NixOS/nixpkgs/issues/114995
This commit is contained in:
Jan Tojnar 2021-05-17 23:47:27 +02:00
parent 3528c4151e
commit c007fb4026
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -38,7 +38,7 @@ let
} }
// attrs // attrs
// { // {
name = "${gimp.name}-plugin-${name}"; name = "${gimp.pname}-plugin-${name}";
buildInputs = [ buildInputs = [
gimp gimp
gimp.gtk gimp.gtk