about summary refs log tree commit diff
path: root/pkgs/games/pokerth
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-06-22 23:44:58 +0200
committerFelix Buehler <account@buehler.rocks>2021-06-25 01:28:10 +0200
commitce3b463c7900a354775a35f8b75dbd2cd1ca2e7d (patch)
tree3c3d6efc864eaf1543b494bbf8d9c2bfda934151 /pkgs/games/pokerth
parentd26902aef932e80eb772026433af13ce662e7872 (diff)
games: /s/name/pname&version/
Diffstat (limited to 'pkgs/games/pokerth')
-rw-r--r--pkgs/games/pokerth/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/pokerth/default.nix b/pkgs/games/pokerth/default.nix
index 59555a8ac2401..349dd5d85cba8 100644
--- a/pkgs/games/pokerth/default.nix
+++ b/pkgs/games/pokerth/default.nix
@@ -15,7 +15,7 @@ let
 in
 
 mkDerivation rec {
-  name = "pokerth-${target}-${version}";
+  pname = "pokerth-${target}";
   version = "1.1.2";
 
   src = fetchFromGitHub {