boost: Fix incompatible applications

This commit is contained in:
William A. Kennington III
2014-11-02 17:22:28 -08:00
parent 8f8712b1e1
commit a9c472d16e
9 changed files with 43 additions and 17 deletions
+2 -2
View File
@@ -14,9 +14,9 @@ stdenv.mkDerivation {
buildInputs = [ boost ];
enableParallelBuilding = false;
configureFlags = [ "--with-boost=${boost.lib}" ];
doCheck = true;
enableParallelBuilding = false;
meta = {
description = "Source code renderer with syntax highlighting";