gnuradio: link with pthreads explicitly

This commit is contained in:
Piotr Bogdan 2019-01-04 19:33:50 +00:00
parent 3b49822b3d
commit 8c83c4585e

View File

@ -50,6 +50,10 @@ stdenv.mkDerivation rec {
Mako cheetah numpy scipy matplotlib pyqt4 pygtk wxPython pyopengl
];
NIX_LDFLAGS = [
"-lpthread"
];
enableParallelBuilding = true;
postPatch = ''