From baca5953e314f0534293df7194a429609ce1c63d Mon Sep 17 00:00:00 2001 From: xeals Date: Sat, 13 Dec 2025 16:11:50 +1100 Subject: [PATCH] betanin: update gapps hook --- pkgs/by-name/be/betanin/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/be/betanin/package.nix b/pkgs/by-name/be/betanin/package.nix index 1a9c403..f043b40 100644 --- a/pkgs/by-name/be/betanin/package.nix +++ b/pkgs/by-name/be/betanin/package.nix @@ -3,7 +3,7 @@ , fetchFromGitHub , python3 , beets -, wrapGAppsHook +, wrapGAppsHook3 }: let @@ -48,7 +48,7 @@ python3.pkgs.buildPythonApplication { ''; # required for apprise - nativeBuildInputs = [ wrapGAppsHook ]; + nativeBuildInputs = [ wrapGAppsHook3 ]; build-system = with python3.pkgs; [ setuptools ];