betanin: update gapps hook
Some checks failed
CI / checks (nur) (push) Successful in 3m47s
CI / build-and-update (xeals, xeals) (push) Failing after 3m1s

This commit is contained in:
2025-12-13 16:11:50 +11:00
parent 984919528a
commit baca5953e3

View File

@@ -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 ];