mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-29 17:14:33 +00:00
python3Packages.feedgenerator: fix tests
This commit is contained in:
parent
04cb595c55
commit
3b2ba239a6
@ -18,6 +18,10 @@ buildPythonPackage rec {
|
||||
sha256 = "6836d456b8b0edbc5b6d3a42d1be852cebd43d2f28af4ff51789eb295f1860e2";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
sed -i '/cov/d' setup.cfg
|
||||
'';
|
||||
|
||||
buildInputs = [
|
||||
glibcLocales
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user