tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
gnuradio3_8packages.ais: fix build
Vikram Narayanan
4 years ago
22b72c17
7c4bbc7c
+8
1 changed file
expand all
collapse all
unified
split
pkgs
development
gnuradio-modules
ais
default.nix
+8
pkgs/development/gnuradio-modules/ais/default.nix
···
12
12
, mpir
13
13
, fftwFloat
14
14
, icu
15
15
+
, gnuradio
16
16
+
, thrift
15
17
}:
16
18
17
19
mkDerivation rec {
···
31
33
python
32
34
];
33
35
36
36
+
cmakeFlags = [
37
37
+
"-DCMAKE_EXE_LINKER_FLAGS=-pthread"
38
38
+
];
39
39
+
34
40
buildInputs = [
35
41
cppunit
36
42
osmosdr
···
40
46
mpir
41
47
fftwFloat
42
48
icu
49
49
+
thrift
50
50
+
gnuradio.python.pkgs.thrift
43
51
];
44
52
45
53
meta = with lib; {