about summary refs log tree commit diff
path: root/pkgs/applications/audio/littlegptracker
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-04-29littlegptracker: unstable-2020-11-26 -> 0-unstable-2020-11-26OPNA26081-1/+1
2024-03-05Merge pull request #289980 from fgaz/treewide/fgaz-finalAttrsFrancesco Gazzetta1-1/+1
treewide: use finalAttrs in packages maintained by @fgaz
2024-03-05littlegptracker: remove unused recFrancesco Gazzetta1-1/+1
2024-02-11treewide: add `mainProgram`h7x41-0/+1
2023-02-22treewide: manual fixups forArtturin1-2/+2
treewide: use toString on list NIX_CFLAGS_COMPILE treewide: move NIX_CFLAGS_COMPILE to the env attrset
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
2023-02-22treewide: use toString on list NIX_CFLAGS_COMPILEArtturin1-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
2023-01-22treewide: replace http by https when https is a permanent redirectionFerry Jérémie1-2/+2
2021-02-09littlegptracker: fix unstableGitUpdater callFrancesco Gazzetta1-1/+3
It couldn't get the url from the fetchFromGitHub attrset
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-6/+6
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-12-02littlegptracker: use unstableGitUpdaterFrancesco Gazzetta1-0/+3
2020-11-26littlegptracker: unstable-2019-04-14 -> unstable-2020-11-26, remove ↵Francesco Gazzetta2-33/+3
upstreamed patch (#105062)
2020-09-23littlegptracker: init at unstable-2019-04-14Francesco Gazzetta3-0/+151