gnuradio: reorder build inputs

+6 -4
+6 -4
pkgs/applications/misc/gnuradio/default.nix
··· 32 sha256 = "1m2jf8lafr6pr2dlm40nbvr6az8gwjfkzpbs4fxzv3l5hcqvmnc7"; 33 }; 34 35 - nativeBuildInputs = [ pkgconfig ]; 36 - buildInputs = [ 37 - cmake git boost cppunit fftw python swig2 orc lxml qt4 38 - qwt alsaLib SDL libusb1 uhd gsl makeWrapper 39 ]; 40 41 propagatedBuildInputs = [ 42 cheetah numpy scipy matplotlib pyqt4 pygtk wxPython pyopengl 43 ];
··· 32 sha256 = "1m2jf8lafr6pr2dlm40nbvr6az8gwjfkzpbs4fxzv3l5hcqvmnc7"; 33 }; 34 35 + nativeBuildInputs = [ 36 + cmake pkgconfig git makeWrapper cppunit orc 37 ]; 38 39 + buildInputs = [ 40 + boost fftw python swig2 lxml qt4 41 + qwt SDL libusb1 uhd gsl 42 + ] ++ stdenv.lib.optionals stdenv.isLinux [ alsaLib ]; 43 propagatedBuildInputs = [ 44 cheetah numpy scipy matplotlib pyqt4 pygtk wxPython pyopengl 45 ];