about summary refs log tree commit diff
path: root/pkgs/applications/networking/pcloud/default.nix
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2024-06-29 17:07:49 +0200
committerGitHub <noreply@github.com>2024-06-29 17:07:49 +0200
commit4a366ec4e5e8ee34fe4f721ec3aa55f4ec530564 (patch)
tree9e4125e7c4f308c51b5d4a230118bcbc55f3a48a /pkgs/applications/networking/pcloud/default.nix
parent53df5c008d74bdaca6da6c50f43649f7211d1dc6 (diff)
parent243e565d757dc19bcf3990cc468ce952e2d5cd86 (diff)
Merge pull request #323305 from eclairevoyant/fix-name-for-appimages
treewide: fix name for appimages
Diffstat (limited to 'pkgs/applications/networking/pcloud/default.nix')
-rw-r--r--pkgs/applications/networking/pcloud/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/pcloud/default.nix b/pkgs/applications/networking/pcloud/default.nix
index 08cdc3498811d..ccc0d924cac37 100644
--- a/pkgs/applications/networking/pcloud/default.nix
+++ b/pkgs/applications/networking/pcloud/default.nix
@@ -48,7 +48,7 @@ let
   };
 
   appimageContents = appimageTools.extractType2 {
-    name = "${pname}-${version}";
+    inherit pname version;
     src = "${src}/pcloud";
   };