irrd: fix build
The new ariadne version 0.29+ removed functions used by irrd
This commit is contained in:
@@ -47,6 +47,18 @@ let
|
||||
doCheck = false;
|
||||
});
|
||||
|
||||
# ariadne 0.29+ is missing 'convert_kwargs_to_snake_case'
|
||||
ariadne = prev.ariadne.overridePythonAttrs (oldAttrs: rec {
|
||||
version = "0.28.0";
|
||||
src = fetchPypi {
|
||||
inherit (oldAttrs) pname;
|
||||
inherit version;
|
||||
hash = "sha256-gW66L7djPo4nHjd/UN18IPYFo956wzSqM+p1AZF/qnw=";
|
||||
};
|
||||
patches = [ ];
|
||||
doCheck = false;
|
||||
});
|
||||
|
||||
};
|
||||
};
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user