about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2022-03-07 12:37:20 +0100
committerFelix Buehler <account@buehler.rocks>2022-03-23 22:55:50 +0100
commit3bc5196252074dd51f5062416337abf303a1a128 (patch)
tree7cba753783bcbaa6644bc21e44e47ad451aea5e6 /pkgs/applications/networking/remote
parent5dbd4b2b27e24eaed6a79603875493b15b999d4b (diff)
treewide: rename name to pname&version
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/vmware-horizon-client/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/networking/remote/vmware-horizon-client/default.nix b/pkgs/applications/networking/remote/vmware-horizon-client/default.nix
index be0832a075f84..f114f8a3091b5 100644
--- a/pkgs/applications/networking/remote/vmware-horizon-client/default.nix
+++ b/pkgs/applications/networking/remote/vmware-horizon-client/default.nix
@@ -115,7 +115,8 @@ let
 
 in
 stdenv.mkDerivation {
-  name = "vmware-horizon-client";
+  pname = "vmware-horizon-client";
+  inherit version;
 
   dontUnpack = true;