summary refs log tree commit diff
path: root/pkgs/development/libraries/sword
diff options
context:
space:
mode:
authorPiotr Pietraszkiewicz <ppietrasa@googlemail.com>2012-03-18 22:51:17 +0000
committerPiotr Pietraszkiewicz <ppietrasa@googlemail.com>2012-03-18 22:51:17 +0000
commit1824f424b298bddb9b5982070370423edd6051eb (patch)
treea03bdea523328edc07da3beba06d7433eca6ee19 /pkgs/development/libraries/sword
parent5521faad6520f65ac77cff59e9b499b207d40e7e (diff)
Made sword build again by tuning the configureFlags:
- to ignore warnings about unused variables
- not to build the tests (the warnings in tests looked serious at first
  glance)
Additionally disabled debug because I hit no problems at runtime so far

svn path=/nixpkgs/trunk/; revision=33243
Diffstat (limited to 'pkgs/development/libraries/sword')
-rw-r--r--pkgs/development/libraries/sword/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/sword/default.nix b/pkgs/development/libraries/sword/default.nix
index a3684194c0f49..3486981463f34 100644
--- a/pkgs/development/libraries/sword/default.nix
+++ b/pkgs/development/libraries/sword/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
     patchShebangs .;
   '';
 
-  configureFlags = "--without-conf --enable-debug";
+  configureFlags = "--without-conf --enable-tests=no CXXFLAGS=-Wno-unused-but-set-variable";
 
   meta = {
     description = "A software framework that allows research manipulation of Biblical texts";