atlas: put the name suffix where it belongs

This commit is contained in:
Evgeny Egorochkin 2016-05-16 10:09:02 +03:00
parent 20b410743f
commit 4b979eef29

View file

@ -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";