We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent bda2d25 commit 3766637Copy full SHA for 3766637
pkgs/applications/misc/gnuradio/default.nix
@@ -41,8 +41,14 @@ stdenv.mkDerivation rec {
41
42
enableParallelBuilding = true;
43
44
+ postPatch = ''
45
+ substituteInPlace \
46
+ gr-fec/include/gnuradio/fec/polar_decoder_common.h \
47
+ --replace BOOST_CONSTEXPR_OR_CONST const
48
+ '';
49
+
50
preConfigure = ''
- export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -Wno-unused-variable"
51
+ export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -Wno-unused-variable -std=c++11"
52
'';
53
54
# - Ensure we get an interactive backend for matplotlib. If not the gr_plot_*
0 commit comments