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