14 stdenv.mkDerivation rec {
18 url = "mirror://sourceforge/lesstif/${pname}-${version}.tar.bz2";
19 sha256 = "1qzpxjjf7ri1jzv71mvq5m9g8hfaj5yzwp30rwxlm6n2b24a6jpb";
29 propagatedBuildInputs = [
34 # These patches fix a number of later issues - in particular the
35 # render_table_crash shows up in 'arb'. The same patches appear
36 # in Debian, so we assume they have been sent upstream.
39 ./c-missing_xm_h.patch
40 ./c-render_table_crash.patch
41 ./c-xpmpipethrough.patch
45 description = "Open source clone of the Motif widget set";
46 homepage = "https://lesstif.sourceforge.net";
47 platforms = platforms.unix;
48 license = with licenses; [ gpl2 lgpl2 ];