This commit is contained in:
Domen Kožar 2016-09-01 13:05:45 +02:00
parent 0c3b1112af
commit 10b45d654a
2 changed files with 0 additions and 2 deletions

View File

@ -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";

View File

@ -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";