Commit graph

14 commits

Author SHA1 Message Date
Ben Siraphob 28a16d05aa altermime: fix darwin build 2021-03-18 23:02:07 +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
Robin Gloster ab0cfd9e03
treewide: NIX_*_COMPILE -> string 2019-12-31 00:10:18 +01:00
Linus Heckemann f6799bc5e1
altermime: fix build with gcc8 2019-06-17 07:06:07 +02:00
Michael Raskin d7f0ef1702 altermime: fix homepage/src URL 2018-08-21 20:38:38 +03:00
Markus Kowalewski 038cd7533e
altermime: add license 2018-08-14 13:33:05 +02:00
xeji f9ed23d271 altermime: fix build 2018-03-19 22:59:59 +01:00
Robin Gloster a434da450b
altermime: 0.3.10 -> 0.3.11 2017-08-01 12:34:12 +02:00
Robin Gloster ea9c2fad54 altermime: use mkDerivation 2016-01-30 20:31:05 +00:00
Michael Raskin 040c0e8d7d Allow autoupdates for altermime 2014-07-01 12:47:15 +04:00
Yury G. Kudryashov 68b6d23a35 Fix altermime build
svn path=/nixpkgs/trunk/; revision=33625
2012-04-05 15:31:10 +00:00
Eelco Dolstra c556a6ea46 * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
function, so obsolete it.

svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Michael Raskin 0b9c88cba1 Taking a patch from ArchLinux to fix altermime build
svn path=/nixpkgs/trunk/; revision=29489
2011-09-26 04:48:35 +00:00
Michael Raskin ac19af507f Adding Linux 2.6.36
svn path=/nixpkgs/trunk/; revision=24403
2010-10-21 12:28:14 +00:00