From 1824f424b298bddb9b5982070370423edd6051eb Mon Sep 17 00:00:00 2001 From: Piotr Pietraszkiewicz Date: Sun, 18 Mar 2012 22:51:17 +0000 Subject: [PATCH] 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 --- pkgs/development/libraries/sword/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/sword/default.nix b/pkgs/development/libraries/sword/default.nix index a3684194c0f4..3486981463f3 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";