Commit graph

13 commits

Author SHA1 Message Date
zowoq 932941b79c treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-21 13:29:54 +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
R. RyanTM 98f9f81408 micronaut: 1.3.6 -> 1.3.7 2020-08-05 19:43:25 -07:00
R. RyanTM e51b28bfd0 micronaut: 1.3.5 -> 1.3.6 2020-06-06 12:36:54 +00:00
R. RyanTM 4cd9a036c8 micronaut: 1.3.4 -> 1.3.5 2020-05-27 13:49:18 -07:00
R. RyanTM e546afa5a5 micronaut: 1.3.2 -> 1.3.4 2020-04-05 02:35:17 +00:00
R. RyanTM cf230185fe micronaut: 1.3.0 -> 1.3.2 2020-03-06 07:24:26 +01:00
R. RyanTM 879d609e60 micronaut: 1.2.8 -> 1.3.0 2020-02-10 13:24:47 +01:00
R. RyanTM 0de96d76e8 micronaut: 1.2.6 -> 1.2.8 2019-12-23 13:26:53 -08:00
R. RyanTM d5d6b756af micronaut: 1.2.5 -> 1.2.6 (#74465) 2019-11-30 17:10:04 +01:00
R. RyanTM f9b717e5c0 micronaut: 1.2.3 -> 1.2.5 (#71697)
* micronaut: 1.2.3 -> 1.2.5

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/micronaut/versions

* micronaut: keep description short

and run pre+post hooks when overriding install phase
2019-10-24 15:59:16 +02:00
John Mercier 2e2b068e04 micronaut 1.2.1 -> 1.2.3 2019-10-02 23:15:56 +02:00
John Mercier b973a8e0d0 micronaut init at 1.2.1 2019-09-18 06:25:21 -04:00