preferLocalBuild: set to true for wrappers and fetchers

This commit is contained in:
Vladimír Čunát
2014-02-10 21:03:17 +01:00
parent 27ea519caf
commit 161d029d7d
14 changed files with 27 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ stdenv.mkDerivation {
tar xf $src -C $out/include --strip-components=1 ${pkgid}/boost
'';
preferLocalBuild = true;
meta = {
homepage = "http://boost.org/";
description = "Boost C++ Library Collection";