forked from mirrors/nixpkgs
gnuradio3_8packages.ais: fix build
This commit is contained in:
parent
7c4bbc7cd0
commit
22b72c17bb
|
@ -12,6 +12,8 @@
|
|||
, mpir
|
||||
, fftwFloat
|
||||
, icu
|
||||
, gnuradio
|
||||
, thrift
|
||||
}:
|
||||
|
||||
mkDerivation rec {
|
||||
|
@ -31,6 +33,10 @@ mkDerivation rec {
|
|||
python
|
||||
];
|
||||
|
||||
cmakeFlags = [
|
||||
"-DCMAKE_EXE_LINKER_FLAGS=-pthread"
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
cppunit
|
||||
osmosdr
|
||||
|
@ -40,6 +46,8 @@ mkDerivation rec {
|
|||
mpir
|
||||
fftwFloat
|
||||
icu
|
||||
thrift
|
||||
gnuradio.python.pkgs.thrift
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue