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

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