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