0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python3Packages.lcov-cobertura: fix build

should really be PR'd upstream, patch for now
This commit is contained in:
Willy 2025-05-02 19:57:02 +02:00
parent 0f0a5e562d
commit 2d9a30e4cb

View file

@ -20,6 +20,12 @@ buildPythonPackage rec {
hash = "sha256-76jiZPK93rt/UCTkrOErYz2dWQSLxkdCfR4blojItY8=";
};
# https://github.com/eriwen/lcov-to-cobertura-xml/issues/63
postPatch = ''
substituteInPlace setup.cfg \
--replace-fail 'License :: OSI Approved :: Apache Software License' ""
'';
build-system = [
setuptools
setuptools-scm