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
|
||||
, python3
|
||||
, beets
|
||||
, glib
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -70,6 +71,7 @@ python3.pkgs.buildPythonApplication {
|
||||
toml
|
||||
]) ++ [
|
||||
beets
|
||||
glib
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
Reference in New Issue
Block a user