lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.graphtage: allow later json5 releases

authored by

Fabian Affolter and committed by
Jonathan Ringer
f82099ff 28b1b086

+5
+5
pkgs/development/python-modules/graphtage/default.nix
··· 37 37 38 38 checkInputs = [ pytestCheckHook ]; 39 39 40 + postPatch = '' 41 + substituteInPlace setup.py \ 42 + --replace "json5==0.9.5" "json5>=0.9.5" 43 + ''; 44 + 40 45 pythonImportsCheck = [ "graphtage" ]; 41 46 42 47 meta = with lib; {