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

* Drop the dependency on the ATerm library.

This commit is contained in:
Eelco Dolstra 2010-04-19 14:51:58 +00:00
parent efc7a579e8
commit f3b8833a48
21 changed files with 32 additions and 413 deletions

View file

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