forked from mirrors/nixpkgs
gnuradio: use qwt6_qt4 instead of qwt5
This commit is contained in:
parent
ba49dfb318
commit
b9c426c5a6
|
@ -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.
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue