Loading pkgs/by-name/we/weblate/package.nix +6 −2 Original line number Diff line number Diff line Loading @@ -44,8 +44,12 @@ python.pkgs.buildPythonApplication rec { hash = "sha256-cIwCNYXbg7l6z9OAkMAGJ783QI/nCOyrhLPURDcDv+Y="; }; pythonRelaxDeps = [ # https://github.com/WeblateOrg/weblate/commit/9695f912b0d24ae999d9442bb49719b4bb552696 "qrcode" # https://github.com/WeblateOrg/weblate/commit/1cf2a423b20fcd2dde18a43277311334e38208e7 pythonRelaxDeps = [ "rapidfuzz" ]; "rapidfuzz" ]; patches = [ # FIXME This shouldn't be necessary and probably has to do with some dependency mismatch. Loading Loading
pkgs/by-name/we/weblate/package.nix +6 −2 Original line number Diff line number Diff line Loading @@ -44,8 +44,12 @@ python.pkgs.buildPythonApplication rec { hash = "sha256-cIwCNYXbg7l6z9OAkMAGJ783QI/nCOyrhLPURDcDv+Y="; }; pythonRelaxDeps = [ # https://github.com/WeblateOrg/weblate/commit/9695f912b0d24ae999d9442bb49719b4bb552696 "qrcode" # https://github.com/WeblateOrg/weblate/commit/1cf2a423b20fcd2dde18a43277311334e38208e7 pythonRelaxDeps = [ "rapidfuzz" ]; "rapidfuzz" ]; patches = [ # FIXME This shouldn't be necessary and probably has to do with some dependency mismatch. Loading