···11{stdenv, fetchurl, xlibsWrapper, libXp, libXau}:
2233-stdenv.mkDerivation {
44- name = "lesstif-0.95.0-p2";
33+stdenv.mkDerivation rec {
44+ name = "lesstif-0.95.2";
55 src = fetchurl {
66- url = mirror://sourceforge/lesstif/lesstif-0.95.2.tar.bz2;
66+ url = "mirror://sourceforge/lesstif/${name}.tar.bz2";
77 sha256 = "1qzpxjjf7ri1jzv71mvq5m9g8hfaj5yzwp30rwxlm6n2b24a6jpb";
88 };
99 buildInputs = [xlibsWrapper];
1010 propagatedBuildInputs = [libXp libXau];
11111212- # The last stable release of lesstif was in June 2006. These
1313- # patches fix a number of later issues - in particular the
1212+ # These patches fix a number of later issues - in particular the
1413 # render_table_crash shows up in 'arb'. The same patches appear
1514 # in Debian, so we assume they have been sent upstream.
1615 #