pythonPackages.pysvn: mark broken on darwin, use https for download

This commit is contained in:
Sandro Jäckel
2021-03-03 01:56:40 +01:00
parent e14161d3b7
commit e3dbed8e38

View File

@@ -23,7 +23,7 @@ buildPythonPackage rec {
format = "other";
src = fetchurl {
url = "http://pysvn.barrys-emacs.org/source_kits/${pname}-${version}.tar.gz";
url = "https://pysvn.barrys-emacs.org/source_kits/${pname}-${version}.tar.gz";
sha256 = "sRPa4wNyjDmGdF1gTOgLS0pnrdyZwkkH4/9UCdh/R9Q=";
};
@@ -79,5 +79,7 @@ buildPythonPackage rec {
description = "Python bindings for Subversion";
homepage = "http://pysvn.tigris.org/";
license = licenses.asl20;
# g++: command not found
broken = stdenv.isDarwin;
};
}