From 7257077fe55f1fdb42e8beec0138ba7f96c8130f Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Thu, 28 Nov 2024 18:33:38 +0100 Subject: [PATCH] zathura: expose version --- pkgs/applications/misc/zathura/wrapper.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/misc/zathura/wrapper.nix b/pkgs/applications/misc/zathura/wrapper.nix index 4290fff26bcf..282034cc6b38 100644 --- a/pkgs/applications/misc/zathura/wrapper.nix +++ b/pkgs/applications/misc/zathura/wrapper.nix @@ -18,7 +18,8 @@ ], }: symlinkJoin { - name = "zathura-with-plugins-${zathura_core.version}"; + inherit (zathura_core) version; + pname = "zathura-with-plugins"; paths = with zathura_core;