From 4b979eef29d69d631e68a0614a25f976d34a67fd Mon Sep 17 00:00:00 2001 From: Evgeny Egorochkin Date: Mon, 16 May 2016 10:09:02 +0300 Subject: atlas: put the name suffix where it belongs --- pkgs/development/libraries/science/math/atlas/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/libraries/science/math/atlas') diff --git a/pkgs/development/libraries/science/math/atlas/default.nix b/pkgs/development/libraries/science/math/atlas/default.nix index 1fa48ffea91c..23f12e7cf762 100644 --- a/pkgs/development/libraries/science/math/atlas/default.nix +++ b/pkgs/development/libraries/science/math/atlas/default.nix @@ -49,7 +49,7 @@ let in stdenv.mkDerivation { - name = "atlas-${version}" + optionalString withLapack "-with-lapack"; + name = "atlas${optionalString withLapack "-with-lapack"}-${version}"; src = fetchurl { url = "mirror://sourceforge/math-atlas/atlas${version}.tar.bz2"; -- cgit 1.4.1