mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
python3Packages.lcov-cobertura: fix build
should really be PR'd upstream, patch for now
This commit is contained in:
parent
0f0a5e562d
commit
2d9a30e4cb
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue