xorg.libXpm: 3.5.11 -> 3.5.12
This commit is contained in:
parent
58711ecf0c
commit
4675cb78cb
@ -235,6 +235,11 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
libXpm = attrs: attrs // {
|
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
|
outputs = [ "bin" "dev" "out" ]; # tiny man in $bin
|
||||||
patchPhase = "sed -i '/USE_GETTEXT_TRUE/d' sxpm/Makefile.in cxpm/Makefile.in";
|
patchPhase = "sed -i '/USE_GETTEXT_TRUE/d' sxpm/Makefile.in cxpm/Makefile.in";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user