weblate: add missing typelib for cairo (#465298)

This commit is contained in:
Kerstin
2025-11-26 22:41:05 +00:00
committed by GitHub
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -369,9 +369,10 @@ in
});
in
''
${gunicorn}/bin/gunicorn \
${lib.getExe gunicorn} \
--name=weblate \
--bind='unix:///run/weblate.socket' \
--preload \
weblate.wsgi
'';
ExecReload = "${lib.getExe' pkgs.coreutils "kill"} -s HUP $MAINPID";
+2
View File
@@ -8,6 +8,7 @@
librsvg,
gdk-pixbuf,
glib,
gobject-introspection,
borgbackup,
writeText,
nixosTests,
@@ -154,6 +155,7 @@ python.pkgs.buildPythonApplication rec {
librsvg
gdk-pixbuf
glib
gobject-introspection
];
makeWrapperArgs = [ "--set GI_TYPELIB_PATH \"$GI_TYPELIB_PATH\"" ];