From e0dc2b13613033fd0586a86ee3c407edf76f465c Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Tue, 3 Feb 2026 23:31:30 +0100 Subject: [PATCH] gimp-with-plugins: set pname --- pkgs/applications/graphics/gimp/wrapper.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/gimp/wrapper.nix b/pkgs/applications/graphics/gimp/wrapper.nix index 25deade8162f..99e7f9be3d7e 100644 --- a/pkgs/applications/graphics/gimp/wrapper.nix +++ b/pkgs/applications/graphics/gimp/wrapper.nix @@ -24,7 +24,9 @@ let in symlinkJoin { - name = "gimp-with-plugins-${gimp.version}"; + pname = "gimp-with-plugins"; + inherit (gimp) version; + outputs = [ "out" "man"