Commit graph

16 commits

Author SHA1 Message Date
R. Ryantm 8bb7bc766f mosdepth: 0.3.2 -> 0.3.3 2022-02-12 14:31:47 +00:00
Emery Hemingway 323c503cba mosdepth: convert to buildNimPackage 2021-09-05 11:20:02 +02:00
Justin Bedo d885373469
mosdepth: 0.3.1 -> 0.3.2 2021-07-27 09:52:22 +10: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
Sandro d8b570e6c8
Merge pull request #98363 from jbedo/mosdepth
mosdepth: 0.2.9 -> 0.3.1
2020-11-25 23:55:47 +01:00
Ben Siraphob 683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Justin Bedo 634927a402
mosdepth: 0.2.9 -> 0.3.1 2020-09-30 09:48:47 +10:00
Emery Hemingway dc09e3edfc nim: wrap compiler for cross-compilation support 2020-09-07 16:16:55 +02:00
Emery Hemingway 06ac3c1d2a nim: patch to fix dynamic library loading 2020-09-07 16:16:55 +02:00
Justin Bedo d8d6ecc418 mosdepth: 0.2.6 -> 0.2.9 2020-04-21 19:42:05 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01: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
royneary d162165350
mosdepth: 0.2.3 -> 0.2.6 2019-06-22 22:41:59 +02:00
royneary bb2bae6986 mosdeph: fix compilation with nim 0.19 2018-10-31 22:03:27 +01:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Justin Bedo 59141de608
mosdepth: init 0.2.3 2018-07-09 08:51:49 +10:00