weblate: add missing typelib for cairo (#465298)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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\"" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user