onboard: fix missing typelibs

This commit is contained in:
Jan Tojnar 2018-04-25 19:55:29 +02:00
parent 43c837b578
commit 0009ae3d5e
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -88,6 +88,7 @@ in python3.pkgs.buildPythonApplication rec {
nativeBuildInputs = [
glibcLocales
gobjectIntrospection # populate GI_TYPELIB_PATH
intltool
pkgconfig
];