forked from mirrors/nixpkgs
onboard: fix missing typelibs
This commit is contained in:
parent
43c837b578
commit
0009ae3d5e
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ in python3.pkgs.buildPythonApplication rec {
|
|||
|
||||
nativeBuildInputs = [
|
||||
glibcLocales
|
||||
gobjectIntrospection # populate GI_TYPELIB_PATH
|
||||
intltool
|
||||
pkgconfig
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue