python.pkgs.raven: fix build
This commit is contained in:
parent
fec771fbb4
commit
7e6be0968b
@ -8192,6 +8192,8 @@ in {
|
|||||||
# see https://github.com/getsentry/raven-python/blob/master/setup.py
|
# see https://github.com/getsentry/raven-python/blob/master/setup.py
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
propagatedBuildInputs = optionals (!isPy3k) [ self.contextlib2 ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ primeos ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user