diff --git a/pkgs/by-name/be/betanin/package.nix b/pkgs/by-name/be/betanin/package.nix index 15e0728..1a9c403 100644 --- a/pkgs/by-name/be/betanin/package.nix +++ b/pkgs/by-name/be/betanin/package.nix @@ -3,6 +3,7 @@ , fetchFromGitHub , python3 , beets +, wrapGAppsHook }: let @@ -46,6 +47,9 @@ python3.pkgs.buildPythonApplication { sed -i 's/Flask <3.0.0/Flask/' pyproject.toml ''; + # required for apprise + nativeBuildInputs = [ wrapGAppsHook ]; + build-system = with python3.pkgs; [ setuptools ]; dependencies = (with python3.pkgs; [