atlas: put the name suffix where it belongs
This commit is contained in:
parent
20b410743f
commit
4b979eef29
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user