Commit graph

10 commits

Author SHA1 Message Date
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07: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
Pierre Bourdon d62f76f81d stubby: build with libsystemd support
This was added in v0.3.0 and allows notifying service readiness.
2020-03-16 10:10:45 +05:30
Emery Hemingway ea15605aaa stubby: 0.2.6 -> 0.3.0 2020-03-04 11:21:22 +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
R. RyanTM 617fda8d4d stubby: 0.2.5 -> 0.2.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/stubby/versions
2019-04-16 18:30:00 +02:00
Will Dietz 4c84258689 getdns: 1.5.0 -> 1.5.1, stubby: 0.2.4 -> 0.2.5 2019-01-13 17:59:37 -06:00
Will Dietz c1eb0e8ad9 stubby: 0.2.3 -> 0.2.4 2019-01-04 14:12:19 -06:00
R. RyanTM 7272162179 stubby: 0.2.2 -> 0.2.3 (#40465)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/stubby/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/f1ycc05g0mc6vpz59wwsg8a2ikg67pjm-stubby-0.2.3/bin/stubby -h’ got 0 exit code
- ran ‘/nix/store/f1ycc05g0mc6vpz59wwsg8a2ikg67pjm-stubby-0.2.3/bin/stubby -V’ and found version 0.2.3
- found 0.2.3 with grep in /nix/store/f1ycc05g0mc6vpz59wwsg8a2ikg67pjm-stubby-0.2.3
- directory tree listing: https://gist.github.com/5e53c11fefe1a4b45ac73905083dcbd6

- du listing: https://gist.github.com/1f5e9d63405c461f5a846e92de6cf816
2018-05-16 15:08:23 +02:00
Michiel Leenaars 61dc6030bf stubby: init at 0.2.2 2018-03-02 23:29:40 +01:00