From 2ef4bc76fe3daf65d225dac9a437eb757968f01a Mon Sep 17 00:00:00 2001 From: xeals Date: Sun, 31 Aug 2025 09:56:52 +1000 Subject: [PATCH] betanin: add gobject-introspection hook --- pkgs/by-name/be/betanin/package.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/by-name/be/betanin/package.nix b/pkgs/by-name/be/betanin/package.nix index 15e0728..c920e65 100644 --- a/pkgs/by-name/be/betanin/package.nix +++ b/pkgs/by-name/be/betanin/package.nix @@ -3,6 +3,7 @@ , fetchFromGitHub , python3 , beets +, gobject-introspection }: let @@ -46,6 +47,11 @@ python3.pkgs.buildPythonApplication { sed -i 's/Flask <3.0.0/Flask/' pyproject.toml ''; + # required for apprise + nativeBuildInputs = [ + gobject-introspection + ]; + build-system = with python3.pkgs; [ setuptools ]; dependencies = (with python3.pkgs; [