Compare commits
2 Commits
d971cb13bb
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
f0f3f19c21
|
|||
|
f05330dd60
|
@@ -2,7 +2,9 @@
|
||||
|
||||
**My personal [NUR](https://github.com/nix-community/NUR) repository**
|
||||
|
||||
[CI](https://git.xeals.me/xeals/nur-packages/actions) [](https://xeals.cachix.org)
|
||||
[](https://git.xeals.me/xeals/nur-packages/actions)
|
||||
[](https://xeals.cachix.org)
|
||||
|
||||
|
||||
## Using
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
, fetchFromGitHub
|
||||
, python3
|
||||
, beets
|
||||
, wrapGAppsHook
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -46,6 +47,9 @@ python3.pkgs.buildPythonApplication {
|
||||
sed -i 's/Flask <3.0.0/Flask/' pyproject.toml
|
||||
'';
|
||||
|
||||
# required for apprise
|
||||
nativeBuildInputs = [ wrapGAppsHook ];
|
||||
|
||||
build-system = with python3.pkgs; [ setuptools ];
|
||||
|
||||
dependencies = (with python3.pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user