1
0
Fork 1
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:
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
];