summary refs log tree commit diff
path: root/pkgs/development/libraries/boost/header-only-wrapper.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/boost/header-only-wrapper.nix')
-rw-r--r--pkgs/development/libraries/boost/header-only-wrapper.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/boost/header-only-wrapper.nix b/pkgs/development/libraries/boost/header-only-wrapper.nix
index 6027ea5c393..96c9216a371 100644
--- a/pkgs/development/libraries/boost/header-only-wrapper.nix
+++ b/pkgs/development/libraries/boost/header-only-wrapper.nix
@@ -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";