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

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

View File

@@ -3,7 +3,7 @@
, fetchFromGitHub , fetchFromGitHub
, python3 , python3
, beets , beets
, wrapGAppsHook , wrapGAppsHook3
}: }:
let let
@@ -48,7 +48,7 @@ python3.pkgs.buildPythonApplication {
''; '';
# required for apprise # required for apprise
nativeBuildInputs = [ wrapGAppsHook ]; nativeBuildInputs = [ wrapGAppsHook3 ];
build-system = with python3.pkgs; [ setuptools ]; build-system = with python3.pkgs; [ setuptools ];