From 5c5fc5bd3ef046efa38579722d68140a75c36b24 Mon Sep 17 00:00:00 2001 From: Hythera <87016780+Hythera@users.noreply.github.com> Date: Mon, 23 Feb 2026 15:00:32 +0100 Subject: [PATCH] inkscape-with-extensions: set pname and version --- pkgs/applications/graphics/inkscape/with-extensions.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/inkscape/with-extensions.nix b/pkgs/applications/graphics/inkscape/with-extensions.nix index e7ba0b10e8ac..1b6b8444720c 100644 --- a/pkgs/applications/graphics/inkscape/with-extensions.nix +++ b/pkgs/applications/graphics/inkscape/with-extensions.nix @@ -15,7 +15,8 @@ let in symlinkJoin { - name = "inkscape-with-extensions-${lib.getVersion inkscape}"; + inherit (inkscape) version; + pname = "inkscape-with-extensions"; outputs = [ "out"