python.pkgs.zconfig: remove obsolete patch

This commit is contained in:
Robert Schütz
2018-12-03 12:05:05 +01:00
committed by Frederik Rietdijk
parent f6cb659fbd
commit 73eb15fe6a
2 changed files with 1 additions and 14 deletions

View File

@@ -15,8 +15,7 @@ buildPythonPackage rec {
sha256 = "22d7fd3b8b12405f4856898995fd69e40bbe239c4c689502ee6d766a7368f585";
};
patches = [ ./skip-broken-test.patch ]
++ stdenv.lib.optional stdenv.hostPlatform.isMusl ./remove-setlocale-test.patch;
patches = stdenv.lib.optional stdenv.hostPlatform.isMusl ./remove-setlocale-test.patch;
buildInputs = [ manuel docutils ];
propagatedBuildInputs = [ zope_testrunner ];