summary refs log tree commit diff
path: root/pkgs/games/pro-office-calculator/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/pro-office-calculator/default.nix')
-rw-r--r--pkgs/games/pro-office-calculator/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/pro-office-calculator/default.nix b/pkgs/games/pro-office-calculator/default.nix
index 6991735962d..4cfd7de6a55 100644
--- a/pkgs/games/pro-office-calculator/default.nix
+++ b/pkgs/games/pro-office-calculator/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchFromGitHub, tinyxml-2, cmake, qtbase, qtmultimedia }:
 stdenv.mkDerivation rec {
   version = "1.0.13";
-  name = "pro-office-calculator-${version}";
+  pname = "pro-office-calculator";
 
   src = fetchFromGitHub {
     owner  = "RobJinman";