summary refs log tree commit diff
path: root/pkgs/applications/radio/rtl-sdr
AgeCommit message (Collapse)AuthorFilesLines
2021-04-17treewide: use https for github URIsPavol Rusnak1-1/+1
2021-04-15rtl-sdr: minor build fixesPeter Hoeg1-21/+18
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-1/+1
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-09-30rtl-sdr: use hardened udev rulesAlexandre Macabies1-1/+7
rtl-sdr latest release 0.6.0 is from 2018. Six months ago master received a patch[1] to use improved udev rules that chown to plugdev instead of making the devices world-read-writable. This change backports [1] as an upstream patch. [1] https://osmocom.org/projects/rtl-sdr/repository/revisions/b2814731563be4d5a0a68554ece6454a2c63af12
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-13rtl-sdr: fix cross compilationRick van Schijndel1-2/+2
This patch partially fixes #81985. Cross-compiling rtl-sdr is possible using this patch. Use nix build -f <nixpkgs-path> -A pkgsCross.raspberryPi.rtl-sdr to build rtl-sdr. The error that occured when trying to do this before was as follows: /nix/store/ldb2v2z0198abkp2minr9a9vz5np4mn4-cmake-3.16.4-armv6l-unknown-linux-gnueabihf/nix-support/setup-hook: line 107: cmake: command not found
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-02-09rtl-sdr: Move from misc to radioElis Hirwing1-0/+37