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:
Artturin
2024-09-03 19:39:23 +03:00
parent da19f27bd4
commit a93d672367
+1 -1
View File
@@ -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";