Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

multitran.libmtquery: link with libbtree explicitly

+4
+4
pkgs/tools/text/multitran/libmtquery/default.nix
··· 9 9 10 10 buildInputs = [ libmtsupport libfacet libbtree multitrandata ]; 11 11 12 + NIX_LDFLAGS = [ 13 + "-lbtree" 14 + ]; 15 + 12 16 patchPhase = '' 13 17 sed -i -e 's@\$(DESTDIR)/usr@'$out'@' \ 14 18 -e 's@/usr/include/mt/support@${libmtsupport}/include/mt/support@' \