mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
onboard: fix missing typelibs
This commit is contained in:
parent
43c837b578
commit
0009ae3d5e
|
@ -88,6 +88,7 @@ in python3.pkgs.buildPythonApplication rec {
|
|||
|
||||
nativeBuildInputs = [
|
||||
glibcLocales
|
||||
gobjectIntrospection # populate GI_TYPELIB_PATH
|
||||
intltool
|
||||
pkgconfig
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue