gnuradio-{ais,gsm,nacl,osmosdr,rds}: enableParallelBuilding

+10
+2
pkgs/applications/misc/gnuradio-ais/default.nix
··· 28 28 done 29 29 ''; 30 30 31 + enableParallelBuilding = true; 32 + 31 33 meta = with stdenv.lib; { 32 34 description = "Gnuradio block for ais"; 33 35 homepage = https://github.com/bistromath/gr-ais;
+2
pkgs/applications/misc/gnuradio-gsm/default.nix
··· 27 27 done 28 28 ''; 29 29 30 + enableParallelBuilding = true; 31 + 30 32 meta = with stdenv.lib; { 31 33 description = "Gnuradio block for gsm"; 32 34 homepage = https://github.com/ptrkrysik/gr-gsm;
+2
pkgs/applications/misc/gnuradio-nacl/default.nix
··· 27 27 done 28 28 ''; 29 29 30 + enableParallelBuilding = true; 31 + 30 32 meta = with stdenv.lib; { 31 33 description = "Gnuradio block for encryption"; 32 34 homepage = https://github.com/stwunsch/gr-nacl;
+2
pkgs/applications/misc/gnuradio-osmosdr/default.nix
··· 26 26 done 27 27 ''; 28 28 29 + enableParallelBuilding = true; 30 + 29 31 meta = with stdenv.lib; { 30 32 description = "Gnuradio block for OsmoSDR and rtl-sdr"; 31 33 homepage = http://sdr.osmocom.org/trac/wiki/GrOsmoSDR;
+2
pkgs/applications/misc/gnuradio-rds/default.nix
··· 26 26 done 27 27 ''; 28 28 29 + enableParallelBuilding = true; 30 + 29 31 meta = with stdenv.lib; { 30 32 description = "Gnuradio block for radio data system"; 31 33 homepage = https://github.com/bastibl/gr-rds;