2 Commits

Author SHA1 Message Date
baca5953e3 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 2m40s
2025-12-13 16:11:50 +11:00
984919528a flake: update inputs 2025-12-13 16:11:44 +11:00
2 changed files with 5 additions and 5 deletions

6
flake.lock generated
View File

@@ -20,11 +20,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1756536218, "lastModified": 1765425892,
"narHash": "sha256-ynQxPVN2FIPheUgTFhv01gYLbaiSOS7NgWJPm9LF9D0=", "narHash": "sha256-jlQpSkg2sK6IJVzTQBDyRxQZgKADC2HKMRfGCSgNMHo=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "a918bb3594dd243c2f8534b3be01b3cb4ed35fd1", "rev": "5d6bdbddb4695a62f0d00a3620b37a15275a5093",
"type": "github" "type": "github"
}, },
"original": { "original": {

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