betanin: fix missing gio for apprise
This commit is contained in:
@@ -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; [
|
||||||
|
Reference in New Issue
Block a user