summary refs log tree commit diff
path: root/pkgs/applications/misc/gpsprune
AgeCommit message (Collapse)AuthorFilesLines
2022-06-04treewide: set sourceProvenance for packages containing downloaded jarsRobert Scott1-0/+1
these are the easily identifiable cases and will not be comprehensive
2022-04-08gpsprune: 21.1 -> 21.2R. Ryantm1-2/+2
2022-02-25treewide: switch all desktop file generators to new APIK9001-1/+1
Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
2022-02-12gpsprune: 21 -> 21.1R. Ryantm1-2/+2
2021-12-10gpsprune: 20.4 → 21Nikolay Korotkiy1-22/+27
2021-05-13gpsprune: 20.3 -> 20.4R. RyanTM1-2/+2
2021-04-29gpsprune: 20.2 -> 20.3R. RyanTM1-2/+2
2021-02-04gpsprune: 20.1 -> 20.2R. RyanTM1-2/+2
2021-01-30gpsprune: 20 -> 20.1R. RyanTM1-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-09-20gpsprune: use latest jdkGabriel Ebner1-3/+3
2020-04-05gpsprune: 19.2 -> 20R. RyanTM1-6/+6
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-12-27gpsprune: 19.1 -> 19.2R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gpsprune/versions
2018-09-01gpsprune: 19 -> 19.1 (#45831)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from gpsprune
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2018-05-17gpsbabel: remove use of phasesRobert Helgesson1-10/+5
Also make use of `makeWrapper`.
2018-05-17gpsprune: 18.6 -> 19R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gpsprune/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/akzrr13fzbw4ympkxcjp4v434hbfw6nb-gpsprune-19/bin/gpsprune had a zero exit code or showed the expected version - 0 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 19 with grep in /nix/store/akzrr13fzbw4ympkxcjp4v434hbfw6nb-gpsprune-19 - directory tree listing: https://gist.github.com/093deda67a3697cfb7ceb5e487494b74 - du listing: https://gist.github.com/c4d02de001bcd6a66916da90695ae515
2017-08-03Update homepage attributes: http -> httpsmimadrid1-1/+1
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
2017-02-11gpsprune: 18.5 -> 18.6Robert Helgesson1-2/+2
2016-09-22gpsprune: 18.4 -> 18.5Robert Helgesson1-2/+2
2016-04-24gpsprune: 18.3 -> 18.4Robert Helgesson1-2/+2
2016-04-20gpsprune: 18.2 -> 18.3Robert Helgesson1-2/+2
2015-12-26gpsprune: add desktop itemRobert Helgesson1-1/+17
Also add platforms to package meta section.
2015-12-24gpsprune: init at 18.2Robert Helgesson1-0/+32