about summary refs log tree commit diff
path: root/pkgs/tools/networking/altermime
AgeCommit message (Collapse)AuthorFilesLines
2021-03-18altermime: fix darwin buildBen Siraphob1-8/+7
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2019-12-31treewide: NIX_*_COMPILE -> stringRobin Gloster1-1/+2
2019-06-17altermime: fix build with gcc8Linus Heckemann1-0/+1
2018-08-21altermime: fix homepage/src URLMichael Raskin1-2/+2
2018-08-14altermime: add licenseMarkus Kowalewski1-5/+4
2018-03-19altermime: fix buildxeji1-1/+5
2017-08-01altermime: 0.3.10 -> 0.3.11Robin Gloster3-25/+3
2016-01-30altermime: use mkDerivationRobin Gloster1-38/+16
2014-07-01Allow autoupdates for altermimeMichael Raskin1-5/+3
2012-04-05Fix altermime buildYury G. Kudryashov4-49/+23
svn path=/nixpkgs/trunk/; revision=33625
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-1/+1
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2011-09-26Taking a patch from ArchLinux to fix altermime buildMichael Raskin2-1/+51
svn path=/nixpkgs/trunk/; revision=29489
2010-10-21Adding Linux 2.6.36Michael Raskin1-0/+50
svn path=/nixpkgs/trunk/; revision=24403