gnuradio: fix missing typelib

Fix the following launch failure:

	ImportError

	Failed to initialize GTK. If you are running over ssh, did you enable X forwarding and start ssh with -X?

	(Typelib file for namespace 'GObject', version '2.0' not found)
This commit is contained in:
Chuang Zhu 2024-05-16 18:49:45 +08:00
parent 7b03b33128
commit ac2182f471

View File

@ -95,6 +95,7 @@ let
"--prefix" "XDG_DATA_DIRS" ":" "${unwrapped.gtk}/share"
"--prefix" "XDG_DATA_DIRS" ":" "${unwrapped.gtk}/share/gsettings-schemas/${unwrapped.gtk.name}"
"--prefix" "GI_TYPELIB_PATH" ":" "${lib.makeSearchPath "lib/girepository-1.0" [
(lib.getLib glib)
unwrapped.gtk
gsettings-desktop-schemas
atk