Commit graph

13 commits

Author SHA1 Message Date
Sandro cc9d44b2b9
Merge pull request #111809 from das-g/osmium-tool-add-changelog-url
osmium-tool: add meta.changelog
2021-02-04 17:00:08 +01:00
Raphael Borun Das Gupta 84cbe6e813 osmium-tool: add meta.changelog 2021-02-04 10:54:22 +01:00
R. RyanTM 20596586ff osmium-tool: 1.13.0 -> 1.13.1 2021-02-03 19:48:22 +00:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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-11 10:38:22 +01:00
Nikolay Korotkiy 00a23bd1b3
osmium-tool: 1.12.1 → 1.13.0 2021-01-09 00:51:40 +03:00
Daniël de Kok c54a705ab9 osmium-tools: run tests, install man pages and zsh completions 2020-06-28 20:29:48 +02:00
Raphael Borun Das Gupta 47e52abe8d osmium-tool 1.12.0 -> 1.12.1 2020-06-28 16:17:25 +02:00
R. RyanTM c241a4c58f osmium-tool: 1.11.1 -> 1.12.0 2020-05-04 03:09:54 +00:00
R. RyanTM 58ea4a26ff osmium-tool: 1.11.0 -> 1.11.1 2019-11-28 08:35:00 -08:00
R. RyanTM cc1fd41964 osmium-tool: 1.10.0 -> 1.11.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/osmium-tool/versions
2019-09-27 16:09:41 -07:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Markus Kowalewski 4e994f3fc2
osmium-tool: 1.9.1 -> 1.10.0 2018-12-16 22:37:46 +01:00
Raphael Borun Das Gupta 295cae7f1c osmium-tool: init at 1.9.1 2018-11-03 00:36:34 +01:00