Commit graph

12 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
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Matthew Bauer 290a5d916e treewide: update homepages to https where available
Based on "problems" from repology:

https://repology.org/repository/nix_unstable/problems

Mostly simple changes to reflect redirects.
2019-04-15 10:10:05 -04:00
Michael Eden f17231ba57 autossh: fix for cross compilation 2019-03-16 16:34:06 -04:00
Pascal Wittmann b5a42132d5
autossh: 1.4f -> 1.5.g 2019-01-24 22:03:05 +01:00
Pascal Wittmann 5adec8d6c1
autossh: 1.4e -> 1.4f 2018-03-24 19:35:02 +01:00
Benjamin Staffin bb3a2aa8eb autossh: build on darwin too
Tested it out just now - seems like it works fine.
2015-12-26 13:46:34 -08:00
Pascal Wittmann a63d87cba8 autossh: update from 1.4d to 1.4e 2015-03-09 19:35:23 +01:00
Aristid Breitkreuz 3ddb27d607 autossh: update from 1.4c to 1.4d 2014-10-08 19:02:38 +02:00
Nixpkgs Monitor b376a50dc5 autossh: update from 1.4b to 1.4c 2013-12-12 03:30:14 +02:00
Eelco Dolstra d3fb3157d1 autossh: Fix indentation and add to the channel 2012-07-25 23:18:39 -04:00
David Guibert 66c784d4dd added autossh 1.4b.
svn path=/nixpkgs/trunk/; revision=22018
2010-05-27 19:43:57 +00:00