gnuradio-{ais,gsm,nacl,osmosdr,rds}: enable Darwin building
This commit is contained in:
parent
d8d9697402
commit
b1c666ef6c
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user