Unverified Commit d8c4c665 authored by Kerstin's avatar Kerstin Committed by GitHub
Browse files

[Backport release-25.11] weblate: add missing typelib for cairo (#465416)

parents a0f9c8c8 7259d7b2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
@@ -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\"" ];