mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-06 23:31:34 +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 = [
|
nativeBuildInputs = [
|
||||||
glibcLocales
|
glibcLocales
|
||||||
|
gobjectIntrospection # populate GI_TYPELIB_PATH
|
||||||
intltool
|
intltool
|
||||||
pkgconfig
|
pkgconfig
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue