jmol: remove redundant name attribute
version and pname are alrady present
This commit is contained in:
parent
a1360faba7
commit
64e9f2ad65
1 changed files with 1 additions and 2 deletions
|
@ -19,7 +19,6 @@ in
|
|||
stdenv.mkDerivation rec {
|
||||
version = "14.29.31";
|
||||
pname = "jmol";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = let
|
||||
baseVersion = "${lib.versions.major version}.${lib.versions.minor version}";
|
||||
|
|
Loading…
Reference in a new issue