3
0
Fork 0
forked from mirrors/nixpkgs

gnuradio: use qwt6_qt4 instead of qwt5

This commit is contained in:
Luke Adams 2017-07-14 18:24:07 -05:00
parent ba49dfb318
commit b9c426c5a6
2 changed files with 5 additions and 0 deletions

View file

@ -54,6 +54,10 @@ stdenv.mkDerivation rec {
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -Wno-unused-variable -std=c++11"
'';
# Framework path needed for qwt6_qt4 but not qwt5
cmakeFlags =
stdenv.lib.optionals stdenv.isDarwin [ "-DCMAKE_FRAMEWORK_PATH=${qwt}/lib" ];
# - Ensure we get an interactive backend for matplotlib. If not the gr_plot_*
# programs will not display anything. Yes, $MATPLOTLIBRC must point to the
# *dirname* where matplotlibrc is located, not the file itself.

View file

@ -14649,6 +14649,7 @@ with pkgs;
gnuradio = callPackage ../applications/misc/gnuradio {
inherit (python2Packages) cheetah lxml matplotlib numpy python pyopengl pyqt4 scipy wxPython pygtk;
fftw = fftwFloat;
qwt = qwt6_qt4;
};
gnuradio-with-packages = callPackage ../applications/misc/gnuradio/wrapper.nix {