altermime: 0.3.10 -> 0.3.11

This commit is contained in:
Robin Gloster
2017-08-01 12:34:12 +02:00
parent 63b6179f52
commit a434da450b
3 changed files with 3 additions and 25 deletions
+3 -3
View File
@@ -3,14 +3,14 @@
stdenv.mkDerivation rec {
baseName = "altermime";
name = "${baseName}-${version}";
version = "0.3.10";
version = "0.3.11";
src = fetchurl {
url = "http://www.pldaniels.com/${baseName}/${name}.tar.gz";
sha256 = "0vn3vmbcimv0n14khxr1782m76983zz9sf4j2kz5v86lammxld43";
sha256 = "15zxg6spcmd35r6xbidq2fgcg2nzyv1sbbqds08lzll70mqx4pj7";
};
patches = map fetchurl (import ./debian-patches.nix);
NIX_CFLAGS_COMPILE = "-Wno-error=format";
postPatch = ''
sed -i Makefile -e "s@/usr/local@$out@"