betanin: fix missing gio for apprise
Some checks failed
CI / checks (nur) (push) Successful in 3m41s
CI / build-and-update (xeals, xeals) (push) Has been cancelled

This commit is contained in:
2025-08-31 09:56:52 +10:00
parent 1f4adea38e
commit 28c1600453

View File

@@ -3,6 +3,7 @@
, fetchFromGitHub , fetchFromGitHub
, python3 , python3
, beets , beets
, glib
}: }:
let let
@@ -46,6 +47,9 @@ python3.pkgs.buildPythonApplication {
sed -i 's/Flask <3.0.0/Flask/' pyproject.toml sed -i 's/Flask <3.0.0/Flask/' pyproject.toml
''; '';
# required for apprise
makeWrapperArgs = ["--set" "GI_TYPELIB_PATH" "${glib}/lib/gi-repository-1.0"];
build-system = with python3.pkgs; [ setuptools ]; build-system = with python3.pkgs; [ setuptools ];
dependencies = (with python3.pkgs; [ dependencies = (with python3.pkgs; [