about summary refs log tree commit diff
path: root/pkgs/applications/radio/dump1090
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-01-01dump1090: fix build on darwinNikolay Korotkiy1-2/+2
2024-01-01dump1090: 8.2 -> 9.0R. Ryantm1-2/+2
2023-03-25dump1090: mark working on darwinStanisław Pitucha1-1/+0
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2022-12-16dump1090: 7.1 -> 8.2R. Ryantm1-2/+2
2022-05-29treewide: pkgs/applications: mark broken for darwinRick van Schijndel1-0/+1
2022-02-12dump1090: 6.1 -> 7.1R. Ryantm1-2/+2
2021-10-28dump1090: 5.0 → 6.1Nikolay Korotkiy1-4/+14
2021-05-01Add recommended `runHook pre/postInstall`James Earl Douglas1-0/+4
2021-05-01dump1090: 4.0 -> 5.0James Earl Douglas1-2/+2
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen 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
2020-11-13dump1090: 3.8.1 -> 4.0R. RyanTM1-2/+2
2020-05-28dump1090: 3.8.0 -> 3.8.1R. RyanTM1-2/+2
2020-04-12dump1090: 3.7.2 -> 3.8.0R. RyanTM1-2/+2
2020-04-04dump1090: fix buildJan Tojnar1-2/+2
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
2019-12-02dump1090: 2014-10-31 -> 3.7.1Daniël de Kok1-10/+20
The derivation uses an upstream for dump1090 that has not been updated since 2014. FlightAware seems to have the most actively maintained version of dump1090, so this change switches to FlightAware's version, bringing 5 years of improvements.
2019-02-18dump1090: Move to radioElis Hirwing1-0/+33