gnuradio: do not use top-level python packages

This commit is contained in:
Frederik Rietdijk 2016-09-25 23:40:21 +02:00
parent 1ec5db7f2e
commit edd2100fc4

View file

@ -13327,7 +13327,7 @@ in
gksu = callPackage ../applications/misc/gksu { };
gnuradio = callPackage ../applications/misc/gnuradio {
inherit (pythonPackages) lxml matplotlib numpy python pyopengl pyqt4 scipy wxPython;
inherit (pythonPackages) lxml matplotlib numpy python pyopengl pyqt4 scipy wxPython pygtk;
fftw = fftwFloat;
};