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:
parent
7b03b33128
commit
ac2182f471
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user