about summary refs log tree commit diff
path: root/pkgs/development/gnuradio-modules/ais
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-01-28gnuradioPackages: disabledForGRafter -> disabledChuang Zhu1-1/+2
2023-04-21gnuradio: Define a common logLib attributeDoron Behar1-2/+2
Use it in all gnuradio modules.
2021-11-25gnuradio3_8packages.ais: fix buildVikram Narayanan1-0/+8
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.pkgs: initDoron Behar1-0/+45
- 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>