summary refs log tree commit diff
path: root/pkgs/development/gnuradio-modules
Commit message (Collapse)AuthorAge
* gnuradio3_8.pkgs.osmosdr: 0.2.2 -> 0.2.3Doron Behar2022-01-16
|
* gnuradio.pkgs: Remove redundent null attributesDoron Behar2022-01-15
|
* gnuradio.pkgs.grnet: disable for GR 3.10Doron Behar2022-01-15
|
* gnuradioPackages.grnet: init at unstableChuang Zhu2021-12-09
| | | | Add versions at different commit hashes for different GR versions.
* gnuradio3_8packages.ais: fix buildVikram Narayanan2021-11-25
|
* gnuradio: Reenable thrift supportDoron Behar2021-10-23
| | | | | Apparently, this requires thrift to be added to all other reverse dependencies.
* gnuradio: Make hasFeature function simplerDoron Behar2021-10-23
| | | | | It always needs the `features` attribute of it's derivation as a last argument, so let's make it do it by it's own.
* gnuradio.pkgs.ais: 2015-12-20 -> 2020-08-13Bjørn Forsman2021-06-20
| | | | This adds support for GR3.8.
* treewide: remove redundant stdenvBen Siraphob2021-03-26
|
* gnuradio: 3.8 -> 3.9Doron Behar2021-03-13
| | | | | | 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.
* gnuradio3_{7,8}: Use external volkDoron Behar2021-03-13
| | | | | | 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.
* gnuradio.pkgs: initDoron Behar2021-03-13
- 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>