gjs.tests.installedTests: Fix
`glib`'s typelib was split from `gobject-introspection`. `ImportError: Typelib file for namespace 'GObject', version '2.0' not found`
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
let
|
||||
testDeps = [
|
||||
gtk3 atk pango.out gdk-pixbuf harfbuzz
|
||||
gtk3 atk pango.out gdk-pixbuf harfbuzz glib.out
|
||||
];
|
||||
in stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "gjs";
|
||||
|
||||
Reference in New Issue
Block a user