* New version that integrates the MinGW patch.
svn path=/nixpkgs/trunk/; revision=7034
This commit is contained in:
parent
1cddeefb30
commit
82888b7a20
@ -4,10 +4,8 @@ stdenv.mkDerivation {
|
||||
name = "aterm-2.4.2-fixes";
|
||||
src = fetchurl {
|
||||
url = http://losser.st-lab.cs.uu.nl/~eelco/dist/aterm-2.4.2-fixes.tar.bz2;
|
||||
md5 = "0622feaaa97c1e411e16f480f64e75fa";
|
||||
md5 = "9ad8ed141d3e66a7689817789431c0cd";
|
||||
};
|
||||
patches =
|
||||
(if stdenv ? isMinGW && stdenv.isMinGW then [./mingw-asm.patch] else []);
|
||||
meta = {
|
||||
homepage = http://www.cwi.nl/htbin/sen1/twiki/bin/view/SEN1/ATerm;
|
||||
license = "LGPL";
|
||||
|
Loading…
Reference in New Issue
Block a user