fix eval after 0c3b1112af
This commit is contained in:
parent
0c3b1112af
commit
10b45d654a
|
@ -35,7 +35,6 @@ stdenv.mkDerivation {
|
|||
inherit majorVersion version;
|
||||
|
||||
inherit buildInputs;
|
||||
inherit propagatedBuildInputs;
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.python.org/ftp/python/${version}/Python-${version}.tar.xz";
|
||||
|
|
|
@ -50,7 +50,6 @@ stdenv.mkDerivation {
|
|||
inherit majorVersion version;
|
||||
|
||||
inherit buildInputs;
|
||||
inherit propagatedBuildInputs;
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.python.org/ftp/python/${version}/Python-${fullVersion}.tar.xz";
|
||||
|
|
Loading…
Reference in New Issue