summary refs log tree commit diff
path: root/pkgs/development/libraries/java/commons/math/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/java/commons/math/default.nix')
-rw-r--r--pkgs/development/libraries/java/commons/math/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/java/commons/math/default.nix b/pkgs/development/libraries/java/commons/math/default.nix
index 10c39f03789..7c4fc5c632e 100644
--- a/pkgs/development/libraries/java/commons/math/default.nix
+++ b/pkgs/development/libraries/java/commons/math/default.nix
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation rec {
   version = "3.6.1";
-  name    = "commons-math-${version}";
+  pname = "commons-math";
 
   src = fetchurl {
     url    = "mirror://apache/commons/math/binaries/commons-math3-${version}-bin.tar.gz";