betanin: add glib
Some checks failed
CI / checks (nur) (push) Successful in 3m48s
CI / build-and-update (xeals, xeals) (push) Has been cancelled

Some clients are encountering 'Namespace Gio not available' in
pygobject. Definitions for gio-2.0 are in glib.
This commit is contained in:
2025-08-31 09:44:35 +10:00
parent 1f4adea38e
commit d971cb13bb

View File

@@ -3,6 +3,7 @@
, fetchFromGitHub
, python3
, beets
, glib
}:
let
@@ -70,6 +71,7 @@ python3.pkgs.buildPythonApplication {
toml
]) ++ [
beets
glib
];
meta = {