mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
Add override for requestsexceptions
This commit is contained in:
parent
e96faf1365
commit
bfce63096f
1 changed files with 4 additions and 0 deletions
|
@ -1388,6 +1388,10 @@ self: super:
|
|||
}
|
||||
);
|
||||
|
||||
requestsexceptions = super.requestsexceptions.overridePythonAttrs (old: {
|
||||
nativeBuildInputs = old.nativeBuildInputs ++ [ self.pbr ];
|
||||
});
|
||||
|
||||
rlp = super.rlp.overridePythonAttrs {
|
||||
preConfigure = ''
|
||||
substituteInPlace setup.py --replace \'setuptools-markdown\' ""
|
||||
|
|
Loading…
Add table
Reference in a new issue