gnuradio: link with pthreads explicitly
This commit is contained in:
parent
3b49822b3d
commit
8c83c4585e
@ -50,6 +50,10 @@ stdenv.mkDerivation rec {
|
|||||||
Mako cheetah numpy scipy matplotlib pyqt4 pygtk wxPython pyopengl
|
Mako cheetah numpy scipy matplotlib pyqt4 pygtk wxPython pyopengl
|
||||||
];
|
];
|
||||||
|
|
||||||
|
NIX_LDFLAGS = [
|
||||||
|
"-lpthread"
|
||||||
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user