···4142 enableParallelBuilding = true;
4300000044 preConfigure = ''
45- export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -Wno-unused-variable"
46 '';
4748 # - Ensure we get an interactive backend for matplotlib. If not the gr_plot_*
···4142 enableParallelBuilding = true;
4344+ postPatch = ''
45+ substituteInPlace \
46+ gr-fec/include/gnuradio/fec/polar_decoder_common.h \
47+ --replace BOOST_CONSTEXPR_OR_CONST const
48+ '';
49+50 preConfigure = ''
51+ export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -Wno-unused-variable -std=c++11"
52 '';
5354 # - Ensure we get an interactive backend for matplotlib. If not the gr_plot_*