mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
update to lesstif 0.95
svn path=/nixpkgs/trunk/; revision=5589
This commit is contained in:
parent
10be8fe8b0
commit
506f113378
1 changed files with 3 additions and 3 deletions
|
@ -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 a new issue