lol

gnuradio3_8packages.ais: fix build

+8
+8
pkgs/development/gnuradio-modules/ais/default.nix
··· 12 12 , mpir 13 13 , fftwFloat 14 14 , icu 15 + , gnuradio 16 + , thrift 15 17 }: 16 18 17 19 mkDerivation rec { ··· 31 33 python 32 34 ]; 33 35 36 + cmakeFlags = [ 37 + "-DCMAKE_EXE_LINKER_FLAGS=-pthread" 38 + ]; 39 + 34 40 buildInputs = [ 35 41 cppunit 36 42 osmosdr ··· 40 46 mpir 41 47 fftwFloat 42 48 icu 49 + thrift 50 + gnuradio.python.pkgs.thrift 43 51 ]; 44 52 45 53 meta = with lib; {