summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/radio/uhd
AgeCommit message (Collapse)Author
2022-05-30treewide: pkgs/applications: mark broken for aarch64-linuxRick van Schijndel
2022-05-29treewide: pkgs/applications: mark broken for darwinRick van Schijndel
2022-04-28uhd: reduce runtime closure sizeSandro Jäckel
2021-12-23uhd: Disable tests on darwinDoron Behar
2021-12-23uhd: 4.0.0.0 -> 4.1.0.5Doron Behar
Update and remove some input arguments due to changes in cmake variables upstream. Add @doronbehar as maintainer.
2021-03-11uhd: 3.15.0.0 -> 4.0.0.0Doron Behar
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob
2020-04-05uhd: quote homepage URLDoron Behar
2020-04-05uhd: switch to python3 by defaultDoron Behar
2020-04-05uhd: move udev rules to the standard locationDoron Behar
2020-04-05uhd: cleanup deps & add many enable / disable flagsDoron Behar
2020-04-05uhd: Remove python six and requests unneeded deps (tested)Doron Behar
2020-04-05uhd: Remove orc unneeded depDoron Behar
2020-04-05uhd: remove and add TODO for old build fixesDoron Behar
2020-04-05uhd: format arguments and inputsDoron Behar
2020-04-05uhd: 3.14.0.0 -> 3.15.0.0Doron Behar
Use rec instead of let in and use only 1 version attribute.
2019-10-31uhd: fix outdated python module (Mako)Markus Kowalewski
2019-09-08treewide: remove redundant quotesvolth
2019-08-17treewide: name -> pnamevolth
2019-05-31uhd: 3.13.0.1 -> 3.14.0.0Will Dietz
2019-02-09uhd: Move from misc to radioElis Hirwing