about summary refs log tree commit diff
path: root/pkgs/applications/radio/uhd
AgeCommit message (Collapse)AuthorFilesLines
2024-05-01uhd: mention buggy usrp_hwd.py utilityDoron Behar1-0/+12
2024-05-01uhd: improve comment around adapter-test patchDoron Behar1-3/+1
2024-05-01uhd: fix python api feature by not using a pythonEnvDoron Behar1-22/+45
2024-04-30uhd: improve ENABLE_TESTS cmake flag commentDoron Behar1-1/+3
2024-04-28uhd: format lib.optionals usagesDoron Behar1-11/+16
2024-04-28uhd: use lib.cmakeBoolDoron Behar1-18/+17
2023-11-17Merge pull request #267593 from r-ryantm/auto-update/uhdDoron Behar1-3/+3
uhd: 4.5.0.0 -> 4.6.0.0
2023-11-17treewide: s_targetPlatform_hostPlatform_ in non-compiler packagesAdam Joseph1-1/+1
stdenv.targetPlatform really shouldn't be used by software that doesn't generate or manipulate binaries. I reviewed all uses of targetPlatform outside of pkgs/development/compilers and pkgs/stdenv and replaced those which weren't involved in something which fits these criteria.
2023-11-15uhd: 4.5.0.0 -> 4.6.0.0R. Ryantm1-3/+3
2023-10-08uhd: 4.4.0.0 -> 4.5.0.0Doron Behar1-3/+3
2023-10-08uhd: add passthru.updateScriptDoron Behar2-4/+43
2023-10-07uhd: build with utils by defaultDoron Behar1-1/+5
Build the uhd package with utils enabled by default, and disallow it to retain python references if these features are disabled. Add a new package uhdMinimal which does not build with these features. Modify the gnuradio{,3_{8,9}}Minimal packages so that they use the uhd package without python references.
2023-10-07uhd: Improve comments near disabled featuresDoron Behar1-1/+7
2023-10-07uhd3_5: remove, unused anymoreDoron Behar1-160/+0
2023-09-21treewide: use finalAttrs in all packages I maintain (#255902)Doron Behar1-6/+7
* mpd-touch-screen-gui: use finalAttrs in mkDerivation; reformat * musescore: use finalAttrs in mkDerivation * syncthingtray: use stdenv.mkDerivation with a function; reformat * ocrfeeder: use finalAttrs in mkDerivation; reformat * castget: use finalAttrs in mkDerivation * gnome-network-displays: use finalAttrs in mkDerivation * mailreaders: use finalAttrs in mkDerivation * mswatch: use finalAttrs in mkDerivation * uhd: use finalAttrs in mkDerivation * maxima: use finalAttrs in mkDerivation * qalculate-gtk: use finalAttrs in mkDerivation * qalculate-qt: use finalAttrs in mkDerivation * wxmaxima: use finalAttrs in mkDerivation * lammps: use finalAttrs in mkDerivation * mlterm: use finalAttrs in mkDerivation * video-trimmer: use finalAttrs in mkDerivation * nerdfonts: use finalAttrs in mkDerivation * gnomeExtensions.easyScreenCast: use finalAttrs in mkDerivation * octave: use finalAttrs in mkDerivation; reformat * comedilib: use finalAttrs in mkDerivation * cpp-utilities: use finalAttrs in mkDerivation * libsForQt5.kpeoplevcard: use finalAttrs in mkDerivation; reformat * liberio: use finalAttrs in mkDerivation * libqalculate: use finalAttrs in mkDerivation; reformat * libwtk-sdl2: use finalAttrs in mkDerivation * libsForQt5.pulseaudio-qt: use finalAttrs in mkDerivation; reformat * qrupdate: use finalAttrs in mkDerivation; reformat * libsForQt5.qtforkawesome: use finalAttrs in mkDerivation; reformat * libsForQt5.qtutilities: use finalAttrs in mkDerivation; reformat * sqlitecpp: use finalAttrs in mkDerivation; reformat * tweeny: use finalAttrs in mkDerivation * volk: use finalAttrs in mkDerivation * wiringpi: use finalAttrs in mkDerivation * snzip: use finalAttrs in mkDerivation; reformat * bpm-tools: use finalAttrs in mkDerivation; reformat * sacd: use finalAttrs in mkDerivation * gtk-gnutella: use finalAttrs in mkDerivation; reformat * sile: use finalAttrs in mkDerivation * pplatex: use finalAttrs in mkDerivation; reformat
2023-04-17uhd: Add a buildPackages pythonEnv for nativeBuildInputsDoron Behar1-11/+10
2023-04-17uhd: Remove unused enableSim flagDoron Behar1-1/+0
2023-04-17uhd: Remove neon.patch not applying anymoreDoron Behar2-21/+0
2023-04-17Revert "uhd: fix cross"Doron Behar1-1/+0
This reverts commit ec1631a06f864c5303c86f63862e5bc3c4ee3e67. It was merged too fast, without giving a chance to maintainers to suggest the changes in the upcoming commits.
2023-04-16uhd: fix crossAdam Joseph1-0/+1
This commit adds `python3` to `nativeBuildInputs` in order to fix cross compilation of `uhd`.
2023-03-16gnuradio: fix on darwin-aarch64Travis Whitaker1-1/+3
2023-03-06Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt2-4/+26
2023-03-02uhd: 4.1.0.5 -> 4.4.0.0Doron Behar2-4/+26
Diff: https://github.com/EttusResearch/uhd/compare/v4.1.0.5...4.4.0.0
2023-02-19python310Packages.mako: Normalize attribute, pname, dirnameMartin Weinelt2-4/+4
2022-05-30treewide: pkgs/applications: mark broken for aarch64-linuxRick van Schijndel1-1/+1
2022-05-29treewide: pkgs/applications: mark broken for darwinRick van Schijndel1-0/+1
2022-04-28uhd: reduce runtime closure sizeSandro Jäckel1-0/+2
2021-12-23uhd: Disable tests on darwinDoron Behar1-1/+2
2021-12-23uhd: 4.0.0.0 -> 4.1.0.5Doron Behar1-17/+12
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 Behar2-8/+168
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-2/+2
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
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob1-2/+0
2020-04-05uhd: quote homepage URLDoron Behar1-1/+1
2020-04-05uhd: switch to python3 by defaultDoron Behar1-2/+2
2020-04-05uhd: move udev rules to the standard locationDoron Behar1-7/+10
2020-04-05uhd: cleanup deps & add many enable / disable flagsDoron Behar1-8/+81
2020-04-05uhd: Remove python six and requests unneeded deps (tested)Doron Behar1-1/+2
2020-04-05uhd: Remove orc unneeded depDoron Behar1-2/+0
2020-04-05uhd: remove and add TODO for old build fixesDoron Behar1-1/+3
2020-04-05uhd: format arguments and inputsDoron Behar1-8/+21
2020-04-05uhd: 3.14.0.0 -> 3.15.0.0Doron Behar1-16/+10
Use rec instead of let in and use only 1 version attribute.
2019-10-31uhd: fix outdated python module (Mako)Markus Kowalewski1-2/+7
2019-09-08treewide: remove redundant quotesvolth1-1/+1
2019-08-17treewide: name -> pnamevolth1-1/+2
2019-05-31uhd: 3.13.0.1 -> 3.14.0.0Will Dietz1-3/+3
2019-02-09uhd: Move from misc to radioElis Hirwing2-0/+89