nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.lcov-cobertura: fix build

should really be PR'd upstream, patch for now

Willy 2d9a30e4 0f0a5e56

+6
+6
pkgs/development/python-modules/lcov-cobertura/default.nix
··· 20 20 hash = "sha256-76jiZPK93rt/UCTkrOErYz2dWQSLxkdCfR4blojItY8="; 21 21 }; 22 22 23 + # https://github.com/eriwen/lcov-to-cobertura-xml/issues/63 24 + postPatch = '' 25 + substituteInPlace setup.cfg \ 26 + --replace-fail 'License :: OSI Approved :: Apache Software License' "" 27 + ''; 28 + 23 29 build-system = [ 24 30 setuptools 25 31 setuptools-scm