Compare commits
1 Commits
main
...
d971cb13bb
| Author | SHA1 | Date | |
|---|---|---|---|
|
d971cb13bb
|
@@ -2,9 +2,7 @@
|
||||
|
||||
**My personal [NUR](https://github.com/nix-community/NUR) repository**
|
||||
|
||||
[](https://git.xeals.me/xeals/nur-packages/actions)
|
||||
[](https://xeals.cachix.org)
|
||||
|
||||
[CI](https://git.xeals.me/xeals/nur-packages/actions) [](https://xeals.cachix.org)
|
||||
|
||||
## Using
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
, fetchFromGitHub
|
||||
, python3
|
||||
, beets
|
||||
, wrapGAppsHook
|
||||
, glib
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -47,9 +47,6 @@ 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; [
|
||||
@@ -74,6 +71,7 @@ python3.pkgs.buildPythonApplication {
|
||||
toml
|
||||
]) ++ [
|
||||
beets
|
||||
glib
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user