about summary refs log tree commit diff
path: root/pkgs/applications/radio/qradiolink
AgeCommit message (Collapse)AuthorFilesLines
2024-03-21treewide: remove licenses.agpl3Jussi Kuokkanen1-1/+1
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.
2023-09-16qradiolink: 0.8.10-1 -> 0.8.11-1Markus Kowalewski1-2/+2
2023-08-22qradiolink: 0.8.9-1 -> 0.8.10-1Markus Kowalewski1-2/+2
2023-04-21gnuradio: Define a common logLib attributeDoron Behar1-1/+1
Use it in all gnuradio modules.
2023-03-31cppzmq: make zeromq propagatedBuildInputMichal Sojka1-2/+0
cppzmq is a header-only library. As such, it is not much useful without zeromq, whose headers it includes. By having zeromq in propagatedBuildInputs, we can simplify dependent expressions. This change is motivated by https://github.com/lopsided98/nix-ros-overlay/issues/255#issuecomment-1487590226. The expressions in nix-ros-overlay are automatically generated and since packages in other distributions where ROS runs need not to explicitly depend on zeromq, the Nix expression should behave the same. This way, nix-ros-overlay will not to have manually patch/overlay the automatically generated expressions.
2023-03-22qradiolink: 0.8.8-1 -> 0.8.9-1R. Ryantm1-2/+2
2022-12-18qradiolink: 0.8.7-1 -> 0.8.8-1Markus Kowalewski1-2/+4
2022-11-01qradiolink: 0.8.6-2 -> 0.8.7-1Markus Kowalewski1-2/+6
2022-02-18gnuradio: Inherit log dependencies in passthrusDoron Behar1-2/+1
Inherit spdlog for GR 3.10 and log4cpp for lower GR versions. Inherit both of these in the scope of the GR packages attribute set. Also use the inherited log4cpp in qradiolink, gqrx & gnss-sdr.
2021-12-04qradiolink: 0.8.5-2 -> 0.8.6-2Markus Kowalewski1-2/+4
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