gnuradio-{ais,gsm,nacl,osmosdr,rds}: enable Darwin building

This commit is contained in:
Luke Adams 2017-07-14 19:26:42 -05:00
parent d8d9697402
commit b1c666ef6c
5 changed files with 5 additions and 5 deletions

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
description = "Gnuradio block for ais"; description = "Gnuradio block for ais";
homepage = https://github.com/bistromath/gr-ais; homepage = https://github.com/bistromath/gr-ais;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ mog ]; maintainers = with maintainers; [ mog ];
}; };
} }

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
description = "Gnuradio block for gsm"; description = "Gnuradio block for gsm";
homepage = https://github.com/ptrkrysik/gr-gsm; homepage = https://github.com/ptrkrysik/gr-gsm;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ mog ]; maintainers = with maintainers; [ mog ];
}; };
} }

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
description = "Gnuradio block for encryption"; description = "Gnuradio block for encryption";
homepage = https://github.com/stwunsch/gr-nacl; homepage = https://github.com/stwunsch/gr-nacl;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ mog ]; maintainers = with maintainers; [ mog ];
}; };
} }

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
description = "Gnuradio block for OsmoSDR and rtl-sdr"; description = "Gnuradio block for OsmoSDR and rtl-sdr";
homepage = http://sdr.osmocom.org/trac/wiki/GrOsmoSDR; homepage = http://sdr.osmocom.org/trac/wiki/GrOsmoSDR;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ bjornfor the-kenny ]; maintainers = with maintainers; [ bjornfor the-kenny ];
}; };
} }

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
description = "Gnuradio block for radio data system"; description = "Gnuradio block for radio data system";
homepage = https://github.com/bastibl/gr-rds; homepage = https://github.com/bastibl/gr-rds;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ mog ]; maintainers = with maintainers; [ mog ];
}; };
} }