about summary refs log tree commit diff
path: root/pkgs/applications/misc/pdfstudio
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2024-06-05 03:11:22 +0200
committerGitHub <noreply@github.com>2024-06-05 03:11:22 +0200
commit08002bf6bda2bb74df22c4d94e6ebf234af07a93 (patch)
tree8033708fd8f1a94a5db975376e309dfd41d93844 /pkgs/applications/misc/pdfstudio
parent3370d80492dbfac30802424e2867d76a99afcf7c (diff)
parent985c38aa1ae8af225d5a99cd5cf7318ddbeb94fa (diff)
Merge pull request #316271 from pbsds/fix-buildFHSEnv-pname-version-1717190193
treewide: remove buildFHSEnv `name = pname` workarounds
Diffstat (limited to 'pkgs/applications/misc/pdfstudio')
-rw-r--r--pkgs/applications/misc/pdfstudio/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/pdfstudio/common.nix b/pkgs/applications/misc/pdfstudio/common.nix
index e7d0611230395..726cb6bedcc44 100644
--- a/pkgs/applications/misc/pdfstudio/common.nix
+++ b/pkgs/applications/misc/pdfstudio/common.nix
@@ -70,7 +70,7 @@ let
 in
 # Package with cups in FHS sandbox, because JAVA bin expects "/usr/bin/lpr" for printing.
 buildFHSEnv {
-  name = pname;
+  inherit pname version;
   targetPkgs = pkgs: [
     cups
     thisPackage