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

This commit is contained in:
Luke Adams
2017-11-22 21:46:12 -06:00
parent b1c666ef6c
commit 03193f542e
5 changed files with 10 additions and 0 deletions
@@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
done
'';
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Gnuradio block for ais";
homepage = https://github.com/bistromath/gr-ais;
@@ -27,6 +27,8 @@ stdenv.mkDerivation rec {
done
'';
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Gnuradio block for gsm";
homepage = https://github.com/ptrkrysik/gr-gsm;
@@ -27,6 +27,8 @@ stdenv.mkDerivation rec {
done
'';
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Gnuradio block for encryption";
homepage = https://github.com/stwunsch/gr-nacl;
@@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
done
'';
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Gnuradio block for OsmoSDR and rtl-sdr";
homepage = http://sdr.osmocom.org/trac/wiki/GrOsmoSDR;
@@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
done
'';
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Gnuradio block for radio data system";
homepage = https://github.com/bastibl/gr-rds;