Commit graph

16 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
Daniël de Kok e05feccc46 weather: enable on all Unix platforms 2020-09-22 19:56:48 +02:00
Daniël de Kok 53c78da3b7 weather: cleanups 2020-09-22 19:56:42 +02:00
Daniël de Kok 271b9ac9a7 weather: reformat derivation 2020-09-22 06:50:04 +02:00
Zach Coyle b06070c2bb
weather: enable on darwin 2020-09-21 18:13:52 -04:00
Matthias Beyer 67871eed1d weather: 2.4 -> 2.4.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-09-10 11:01:49 +02:00
Matthias Beyer 5e3ec7ea1e weather: Use scoped variable to increase readability
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-09-10 11:01:49 +02:00
R. RyanTM dc378c1cea weather: 2.3 -> 2.4 2020-07-07 19:56:54 +00: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
Matthias Beyer f1f4f38909 Revert "Remove maintainership"
I'm baaaaack!

This patch reverts my patch where I removed myself as maintainer because
of my traveling. I'm back now and I want to maintain these packages
again.

This reverts commit ce1c1e3093.
2019-02-20 19:57:34 +01:00
Matthias Beyer ce1c1e3093 Remove maintainership
With this patch I remove myself as a maintainer for all packages I
currently maintain.

This is due the fact that I will be basically off the grid from May 2018
until early 2019, as I will be on a trip through north america.

I will revert this patch as soon as I'm back, as I plan to continue
contributing to nixpkgs then.
But as I cannot maintain anything during that time, I'd like to get this
patch merged.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-04-06 10:57:19 +02:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Matthias Beyer a3d42f3999 weather: 2.0 -> 2.3 2017-01-04 16:29:35 +01:00
José Romildo Malaquias 27eaa37757 weather: fix file locations, add python dependency 2016-03-29 08:18:46 -03:00
Matthias Beyer a2c3c171e9 weather: init at 2.0 2015-11-27 11:47:51 +01:00