python.pkgs.zconfig: remove obsolete patch
This commit is contained in:
committed by
Frederik Rietdijk
parent
f6cb659fbd
commit
73eb15fe6a
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user