update to lesstif 0.95
svn path=/nixpkgs/trunk/; revision=5589
This commit is contained in:
parent
10be8fe8b0
commit
506f113378
@ -1,10 +1,10 @@
|
||||
{stdenv, fetchurl, x11, libXp, libXau}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "lesstif-0.94.4";
|
||||
name = "lesstif-0.95";
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/lesstif-0.94.4.tar.bz2;
|
||||
md5 = "3096ca456c0bc299d895974d307c82d8";
|
||||
url = http://surfnet.dl.sourceforge.net/sourceforge/lesstif/lesstif-0.95.0.tar.bz2;
|
||||
md5 = "ab895165c149d7f95843c7584b1c7ad4";
|
||||
};
|
||||
buildInputs = [x11];
|
||||
propagatedBuildInputs = [libXp libXau];
|
||||
|
Loading…
Reference in New Issue
Block a user