xorg.libXpm: 3.5.11 -> 3.5.12

This commit is contained in:
Michael Raskin 2017-02-03 13:13:38 +01:00
parent 58711ecf0c
commit 4675cb78cb

View File

@ -235,6 +235,11 @@ in
};
libXpm = attrs: attrs // {
name = "libXpm-3.5.12";
src = args.fetchurl {
url = mirror://xorg/individual/lib/libXpm-3.5.12.tar.bz2;
sha256 = "1v5xaiw4zlhxspvx76y3hq4wpxv7mpj6parqnwdqvpj8vbinsspx";
};
outputs = [ "bin" "dev" "out" ]; # tiny man in $bin
patchPhase = "sed -i '/USE_GETTEXT_TRUE/d' sxpm/Makefile.in cxpm/Makefile.in";
};