Skip to content

Commit

Permalink
weblate: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored and fricklerhandwerk committed Aug 4, 2024
1 parent 868b052 commit 5c8c935
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/weblate/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
tesseract,
gobject-introspection,
wrapGAppsNoGuiHook,
pango,
harfbuzz,
librsvg,
gdk-pixbuf,
zlib,
}:
poetry2nix.mkPoetryApplication {
src = fetchFromGitHub {
Expand Down Expand Up @@ -79,6 +76,9 @@ poetry2nix.mkPoetryApplication {
siphashc = super.siphashc.overridePythonAttrs (old: {
nativeBuildInputs = (old.nativeBuildInputs or []) ++ [self.setuptools];
});
lxml = super.lxml.overridePythonAttrs (old: {
buildInputs = (old.buildInputs or []) ++ [zlib];
});
translate-toolkit = super.translate-toolkit.overridePythonAttrs (old: {
nativeBuildInputs = (old.nativeBuildInputs or []) ++ [self.setuptools];
});
Expand Down

0 comments on commit 5c8c935

Please sign in to comment.