jmol: remove redundant name attribute
version and pname are alrady present
This commit is contained in:
parent
a1360faba7
commit
64e9f2ad65
@ -19,9 +19,8 @@ in
|
||||
stdenv.mkDerivation rec {
|
||||
version = "14.29.31";
|
||||
pname = "jmol";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = let
|
||||
src = let
|
||||
baseVersion = "${lib.versions.major version}.${lib.versions.minor version}";
|
||||
in fetchurl {
|
||||
url = "mirror://sourceforge/jmol/Jmol/Version%20${baseVersion}/Jmol%20${version}/Jmol-${version}-binary.tar.gz";
|
||||
|
Loading…
Reference in New Issue
Block a user