Skip to content

Commit

Permalink
Merge pull request #338 from jezcope/fix/requests-unixsocket-overrid
Browse files Browse the repository at this point in the history
Add override for requests-unixsocket
  • Loading branch information
adisbladis authored Jul 25, 2021
2 parents 4cd4329 + 1a0ecd7 commit 136f166
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1381,6 +1381,12 @@ self: super:
}
);

requests-unixsocket = super.requests-unixsocket.overridePythonAttrs (
old: {
nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ self.pbr ];
}
);

rlp = super.rlp.overridePythonAttrs {
preConfigure = ''
substituteInPlace setup.py --replace \'setuptools-markdown\' ""
Expand Down

0 comments on commit 136f166

Please sign in to comment.