mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
fix python_fedora build
(cherry picked from commit 959ab2ebcc
)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
93a3ba3909
commit
0392197226
1 changed files with 17 additions and 12 deletions
|
@ -11068,6 +11068,11 @@ let
|
|||
};
|
||||
propagatedBuildInputs = with self; [ kitchen requests bunch paver ];
|
||||
doCheck = false;
|
||||
|
||||
# https://github.com/fedora-infra/python-fedora/issues/140
|
||||
preBuild = ''
|
||||
sed -i '4,15d' setup.py
|
||||
'';
|
||||
});
|
||||
|
||||
python_simple_hipchat = buildPythonPackage rec {
|
||||
|
|
Loading…
Reference in a new issue