sundials: remove name attribute (pname is present)
This commit is contained in:
parent
d16ccbefad
commit
784870046b
@ -4,7 +4,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
pname = "sundials";
|
pname = "sundials";
|
||||||
version = "4.0.2";
|
version = "4.0.2";
|
||||||
name = "${pname}-${version}";
|
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://computation.llnl.gov/projects/${pname}/download/${pname}-${version}.tar.gz";
|
url = "https://computation.llnl.gov/projects/${pname}/download/${pname}-${version}.tar.gz";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user