Merge pull request #147419 from arkivm/fix-gnuradio-ais

gnuradio3_8packages.ais: fix build
This commit is contained in:
Robert Scott 2021-11-26 23:01:57 +00:00 committed by GitHub
commit bcc1eba808
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,8 @@
, mpir , mpir
, fftwFloat , fftwFloat
, icu , icu
, gnuradio
, thrift
}: }:
mkDerivation rec { mkDerivation rec {
@ -31,6 +33,10 @@ mkDerivation rec {
python python
]; ];
cmakeFlags = [
"-DCMAKE_EXE_LINKER_FLAGS=-pthread"
];
buildInputs = [ buildInputs = [
cppunit cppunit
osmosdr osmosdr
@ -40,6 +46,8 @@ mkDerivation rec {
mpir mpir
fftwFloat fftwFloat
icu icu
thrift
gnuradio.python.pkgs.thrift
]; ];
meta = with lib; { meta = with lib; {