boost: Kill unnecessary 'lib' output
This was split in somewhere pre-2014 without the current infra which automates parts of this, in particular the output propagation.
This commit is contained in:
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
export ANT_HOME=${ant}
|
||||
|
||||
export BOOST_INCLUDEDIR=${boost.dev}/include
|
||||
export BOOST_LIBRARYDIR=${boost.lib}/lib
|
||||
export BOOST_LIBRARYDIR=${boost.out}/lib
|
||||
export OPENSSL_ROOT_DIR=${openssl}
|
||||
|
||||
substituteInPlace cpp/cmake/FindValgrind.cmake \
|
||||
|
||||
Reference in New Issue
Block a user