about summary refs log tree commit diff
path: root/pkgs/development/gnuradio-modules
AgeCommit message (Collapse)AuthorFilesLines
2021-06-20gnuradio.pkgs.ais: 2015-12-20 -> 2020-08-13Bjørn Forsman1-4/+12
This adds support for GR3.8.
2021-03-26treewide: remove redundant stdenvBen Siraphob1-1/+0
2021-03-13gnuradio: 3.8 -> 3.9Doron Behar3-0/+6
Add some "3.9" attributes to srcs in gnuradio packages And update packages using GR3.8 and that are incompatible yet with GR3.9 to use GR3.8 explicitly.
2021-03-13gnuradio3_{7,8}: Use external volkDoron Behar1-2/+4
Now that volk is packaged, we can use our build and save some closure space for those that have more then 1 version of gnuradio installed. Also, simplify a bit how attributes are inherited in the expression.
2021-03-13gnuradio.pkgs: initDoron Behar7-0/+362
- Write a `mkDerivation` and `mkDerivationWith` function for gnuradio, like qt5. - qradiolink, gqrx: Use gnuradio's callPackage and mkDerivation. - Use gnuradio.callPackage to define all gnuradio.pkgs. - Move all gnuradio packages expressions to pkgs/development/gnuradio-modules/ - modeled after Python's. - Add more paths to gnuradio's wrapper - add the extra packages as python modules, and add their executables with proper env vars wrapping. Co-authored-by: Frederik Rietdijk <fridh@fridh.nl>