aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2010-02-23 23:24:49 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2010-02-23 23:24:49 +0000
commitdc6d1ec67ea7af4e509c171852620befb9184441 (patch)
treee18392a755da9510aeb518d73402bc5cd00f7121
parent63b09c5e414f9592f52d4f3a19185df6f8c00e42 (diff)
-rw-r--r--release.nix27
1 files changed, 2 insertions, 25 deletions
diff --git a/release.nix b/release.nix
index e9afe9c9e..f5b0f3563 100644
--- a/release.nix
+++ b/release.nix
@@ -77,34 +77,11 @@ let
configureFlags = ''
--disable-init-state
- --with-aterm=${aterm} --with-bzip2=${bzip2}
+ --with-aterm=${aterm} --with-bzip2=${bzip2} --with-sqlite=${sqlite}
'';
};
- /*
- static =
- { tarball ? jobs.tarball {}
- , system ? "i686-linux"
- }:
-
- with import nixpkgs {inherit system;};
-
- releaseTools.binaryTarball {
- name = "nix-static-tarball";
- src = tarball;
-
- buildInputs = [curl perl bzip2];
-
- configureFlags = ''
- --disable-init-state
- --with-aterm=${aterm} --with-bzip2=${bzip2}
- --enable-static-nix
- '';
- };
- */
-
-
coverage =
{ tarball ? jobs.tarball {}
}:
@@ -123,7 +100,7 @@ let
configureFlags = ''
--disable-init-state --disable-shared
- --with-aterm=${aterm} --with-bzip2=${bzip2}
+ --with-aterm=${aterm} --with-bzip2=${bzip2} --with-sqlite=${sqlite}
'';
lcovFilter = ["*/boost/*" "*-tab.*"];