Commit graph

15 commits

Author SHA1 Message Date
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
Alex Rice 069ca7e897
styx: 0.7.1 -> 0.7.2 2020-06-07 16:45:46 +01: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
allowthere 90486a9458
caddy is in ${caddy}/bin/caddy 2019-06-20 02:43:38 +00:00
Eric Sagnes a4fba8d1cd styx: 0.7.0 -> 0.7.1 2018-01-26 22:01:59 +09:00
Eric Sagnes 833467ed96 styx: 0.6.0 -> 0.7.0 2017-08-26 13:46:32 +09:00
Eric Sagnes 45f3a17785 styx and themes: 0.5.0 -> 0.6.0 2017-02-26 12:52:00 +01:00
Eric Sagnes 806d8c19ba styx-themes.agency: fix version typo 2017-01-19 16:30:43 +09:00
Eric Sagnes 310219c524 styx: 0.4.0 -> 0.5.0 2017-01-18 16:31:12 +09:00
Eric Sagnes 30d4eca088 styx-themes: init 2016-12-07 15:01:29 +09:00
Eric Sagnes c56fa24745 styx: 0.3.1 -> 0.4.0 2016-12-07 15:01:03 +09:00
Eric Sagnes 7668d3e69b styx: 0.2.0 -> 0.3.1 (#20118) 2016-11-03 04:58:53 +01:00
Eric Sagnes a6e112a5b7 styx: 0.1.0 -> 0.2.0 2016-10-10 15:32:42 +09:00
Eric Sagnes 3cc8f21086 styx: init at 0.1.0 2016-10-07 15:25:20 +09:00