Update fltk to 1.3.3; apparently it includes most of the old patch now

This commit is contained in:
Michael Raskin 2015-05-21 19:47:03 +03:00
parent aca9050ad9
commit 86da6fae74

View File

@ -6,13 +6,13 @@
let inherit (composableDerivation) edf; in
let version = "1.3.2"; in
let version = "1.3.3"; in
composableDerivation.composableDerivation {} {
name = "fltk-${version}";
src = fetchurl {
url = "http://fltk.org/pub/fltk/${version}/fltk-${version}-source.tar.gz";
sha256 = "1974brlk723095vf8z72kazq1cbqr9a51kq6b0xda6zkjkgl8q0p";
sha256 = "15qd7lkz5d5ynz70xhxhigpz3wns39v9xcf7ggkl0792syc8sfgq";
};
propagatedBuildInputs = [ x11 inputproto libXi freeglut ];
@ -56,9 +56,5 @@ composableDerivation.composableDerivation {} {
};
patches = [
# https://bugs.archlinux.org/task/36186
(fetchurl {
url = "https://bugs.archlinux.org/task/36186?getfile=10750";
sha256 = "1hpb1i87nc3zw6mgpgf3bfv557ci930bsn6rwlhaif51nlqd2wbj";
}) ];
];
}