treewide: fix missing libs after libtool pruning #51767

This commit is contained in:
Vladimír Čunát
2019-02-10 14:14:33 +01:00
parent 7455889641
commit 64edccb463
6 changed files with 14 additions and 2 deletions
@@ -15,4 +15,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ gtk intltool GConf enchant isocodes gnome_icon_theme ];
NIX_LDFLAGS = [ "-lgthread-2.0" ];
}