2 Commits

Author SHA1 Message Date
f0f3f19c21 docs: add CI badge
Some checks failed
CI / checks (nur) (push) Successful in 3m41s
CI / build-and-update (xeals, xeals) (push) Successful in 21m56s
Update flake inputs / update-flake (push) Failing after 2m43s
2025-08-31 10:36:55 +10:00
f05330dd60 betanin: fix missing gio for apprise
Some checks failed
CI / build-and-update (xeals, xeals) (push) Has been cancelled
CI / checks (nur) (push) Has been cancelled
2025-08-31 10:31:16 +10:00
2 changed files with 7 additions and 1 deletions

View File

@@ -2,7 +2,9 @@
**My personal [NUR](https://github.com/nix-community/NUR) repository** **My personal [NUR](https://github.com/nix-community/NUR) repository**
[CI](https://git.xeals.me/xeals/nur-packages/actions) [![Cachix Cache](https://img.shields.io/badge/cachix-xeals-blue.svg)](https://xeals.cachix.org) [![Gitea Action](https://git.xeal.me/xeals/nur-packages/actions/workflows/build.yml/badge.svg)](https://git.xeals.me/xeals/nur-packages/actions)
[![Cachix Cache](https://img.shields.io/badge/cachix-xeals-blue.svg)](https://xeals.cachix.org)
## Using ## Using

View File

@@ -3,6 +3,7 @@
, fetchFromGitHub , fetchFromGitHub
, python3 , python3
, beets , beets
, wrapGAppsHook
}: }:
let let
@@ -46,6 +47,9 @@ python3.pkgs.buildPythonApplication {
sed -i 's/Flask <3.0.0/Flask/' pyproject.toml sed -i 's/Flask <3.0.0/Flask/' pyproject.toml
''; '';
# required for apprise
nativeBuildInputs = [ wrapGAppsHook ];
build-system = with python3.pkgs; [ setuptools ]; build-system = with python3.pkgs; [ setuptools ];
dependencies = (with python3.pkgs; [ dependencies = (with python3.pkgs; [