1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 06:01:48 +02:00

* Use ATerm 2.5.

This commit is contained in:
Eelco Dolstra 2010-02-23 16:17:21 +00:00
parent 5ccb6f64f4
commit 7db2831d3a
4 changed files with 147 additions and 12 deletions

View file

@ -31,8 +31,8 @@ let
# Include the ATerm and Bzip2 tarballs in the distribution.
preConfigure = ''
stripHash ${aterm242fixes.src}
cp -pv ${aterm242fixes.src} externals/$strippedName
stripHash ${aterm.src}
cp -pv ${aterm.src} externals/$strippedName
stripHash ${bzip2.src}
cp -pv ${bzip2.src} externals/$strippedName
@ -77,7 +77,7 @@ let
configureFlags = ''
--disable-init-state
--with-aterm=${aterm242fixes} --with-bzip2=${bzip2}
--with-aterm=${aterm} --with-bzip2=${bzip2}
'';
};
@ -98,7 +98,7 @@ let
configureFlags = ''
--disable-init-state
--with-aterm=${aterm242fixes} --with-bzip2=${bzip2}
--with-aterm=${aterm} --with-bzip2=${bzip2}
--enable-static-nix
'';
};
@ -123,7 +123,7 @@ let
configureFlags = ''
--disable-init-state --disable-shared
--with-aterm=${aterm242fixes} --with-bzip2=${bzip2}
--with-aterm=${aterm} --with-bzip2=${bzip2}
'';
lcovFilter = ["*/boost/*" "*-tab.*"];