lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

lesstif: correct the version

... to correspond to what is really downloaded and built.
Also, the 2006 comment was no longer correct, as the version is from 2009.

+4 -5
+4 -5
pkgs/development/libraries/lesstif/default.nix
··· 1 1 {stdenv, fetchurl, xlibsWrapper, libXp, libXau}: 2 2 3 - stdenv.mkDerivation { 4 - name = "lesstif-0.95.0-p2"; 3 + stdenv.mkDerivation rec { 4 + name = "lesstif-0.95.2"; 5 5 src = fetchurl { 6 - url = mirror://sourceforge/lesstif/lesstif-0.95.2.tar.bz2; 6 + url = "mirror://sourceforge/lesstif/${name}.tar.bz2"; 7 7 sha256 = "1qzpxjjf7ri1jzv71mvq5m9g8hfaj5yzwp30rwxlm6n2b24a6jpb"; 8 8 }; 9 9 buildInputs = [xlibsWrapper]; 10 10 propagatedBuildInputs = [libXp libXau]; 11 11 12 - # The last stable release of lesstif was in June 2006. These 13 - # patches fix a number of later issues - in particular the 12 + # These patches fix a number of later issues - in particular the 14 13 # render_table_crash shows up in 'arb'. The same patches appear 15 14 # in Debian, so we assume they have been sent upstream. 16 15 #