betanin: add glib
Some clients are encountering 'Namespace Gio not available' in pygobject. Definitions for gio-2.0 are in glib.
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, python3
|
, python3
|
||||||
, beets
|
, beets
|
||||||
|
, glib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -70,6 +71,7 @@ python3.pkgs.buildPythonApplication {
|
|||||||
toml
|
toml
|
||||||
]) ++ [
|
]) ++ [
|
||||||
beets
|
beets
|
||||||
|
glib
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Reference in New Issue
Block a user