ahoviewer: link with pthread explicitly

This commit is contained in:
Piotr Bogdan 2019-01-04 19:33:49 +00:00
parent 4bdf36d156
commit e7040637e5

View File

@ -29,6 +29,10 @@ stdenv.mkDerivation rec {
gst_all_1.gst-plugins-base
] ++ stdenv.lib.optional useUnrar unrar;
NIX_LDFLAGS = [
"-lpthread"
];
postPatch = ''patchShebangs version.sh'';
postInstall = ''