gnuradio: do not use top-level python packages
This commit is contained in:
parent
1ec5db7f2e
commit
edd2100fc4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue