From 28c160045305edecff712a0b821acbb148a5849e Mon Sep 17 00:00:00 2001 From: xeals Date: Sun, 31 Aug 2025 09:56:52 +1000 Subject: [PATCH] betanin: fix missing gio for apprise --- pkgs/by-name/be/betanin/package.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/by-name/be/betanin/package.nix b/pkgs/by-name/be/betanin/package.nix index 15e0728..f097fa8 100644 --- a/pkgs/by-name/be/betanin/package.nix +++ b/pkgs/by-name/be/betanin/package.nix @@ -3,6 +3,7 @@ , fetchFromGitHub , python3 , beets +, glib }: let @@ -46,6 +47,9 @@ python3.pkgs.buildPythonApplication { 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 ]; dependencies = (with python3.pkgs; [