boost: Remove boost.lib

This commit is contained in:
William A. Kennington III
2014-11-02 17:22:27 -08:00
parent ecfc1a7fc3
commit aa3e800be7
57 changed files with 52 additions and 83 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
sed -i -e 's/^povgroup.*/povgroup=nogroup/' Makefile.{am,in}
'';
configureFlags = "COMPILED_BY='nix' --with-boost-libdir=${boost}/lib --with-boost-includedir=${boost}/include";
configureFlags = [ "COMPILED_BY='nix'" ];
preInstall = ''
mkdir "$TMP/bin"