Loading pkgs/by-name/we/weblate/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -152,6 +152,11 @@ python.pkgs.buildPythonApplication rec { postgres = with python.pkgs; [ psycopg ]; }; pythonRelaxDeps = [ "celery" "rapidfuzz" ]; # We don't just use wrapGAppsNoGuiHook because we need to expose GI_TYPELIB_PATH GI_TYPELIB_PATH = lib.makeSearchPathOutput "out" "lib/girepository-1.0" [ pango Loading Loading
pkgs/by-name/we/weblate/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -152,6 +152,11 @@ python.pkgs.buildPythonApplication rec { postgres = with python.pkgs; [ psycopg ]; }; pythonRelaxDeps = [ "celery" "rapidfuzz" ]; # We don't just use wrapGAppsNoGuiHook because we need to expose GI_TYPELIB_PATH GI_TYPELIB_PATH = lib.makeSearchPathOutput "out" "lib/girepository-1.0" [ pango Loading