Author: piotr
Date: Sun Mar 18 22:51:17 2012
New Revision: 33243
URL: https://nixos.org/websvn/nix/?rev=33243&sc=1
Log:
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
Modified:
nixpkgs/trunk/pkgs/development/libraries/sword/default.nix
Modified: nixpkgs/trunk/pkgs/development/libraries/sword/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/sword/default.nix Sun Mar 18
19:05:44 2012 (r33242)
+++ nixpkgs/trunk/pkgs/development/libraries/sword/default.nix Sun Mar 18
22:51:17 2012 (r33243)
@@ -20,7 +20,7 @@
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";
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits