about summary refs log tree commit diff
path: root/pkgs/applications/radio/qradiolink
AgeCommit message (Collapse)AuthorFilesLines
2021-10-23gnuradio: Reenable thrift supportDoron Behar1-0/+4
Apparently, this requires thrift to be added to all other reverse dependencies.
2021-07-20treewide: remove unnecessary enableParallelBuilding when using qmakeBen Siraphob1-2/+0
2021-03-13gnuradio: 3.8 -> 3.9Doron Behar1-9/+9
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-13qradiolink: 0.5.0 -> 0.8.5-2Doron Behar1-17/+31
Use gnuradio.pkgs.mkDerivation (gnuradio 3.8) and updated deps.
2021-03-13gnuradio.pkgs: initDoron Behar1-13/+19
- 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>
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-09-29Revert "qradiolink: 0.5.0 -> 0.5.2"markuskowa1-2/+2
2019-09-28qradiolink: 0.5.0 -> 0.5.2R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/qradiolink/versions
2019-09-08treewide: remove redundant quotesvolth1-1/+1
2019-08-17treewide: name -> pnamevolth1-1/+2
2019-05-27gnuradio: rename plugins gnuradio-* -> gr-*Markus Kowalewski1-2/+2
* harmonize plugin names with repology * added aliases to maintain backwards compatability
2019-02-09qradiolink: Move from misc to radioElis Hirwing1-0/+59