summary refs log tree commit diff
path: root/pkgs/development/libraries/boost
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-10-16 23:19:34 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2018-10-16 23:19:34 -0500
commita5de0ca963288ea3b227f28c9b4522f342e9faeb (patch)
tree4ea15a486bae8a20674c8b50770404c57c2855e8 /pkgs/development/libraries/boost
parent007faf02cadc9c88b1c04bbe1efaa601fa3a061b (diff)
downloadnixpkgs-a5de0ca963288ea3b227f28c9b4522f342e9faeb.tar
nixpkgs-a5de0ca963288ea3b227f28c9b4522f342e9faeb.tar.gz
nixpkgs-a5de0ca963288ea3b227f28c9b4522f342e9faeb.tar.bz2
nixpkgs-a5de0ca963288ea3b227f28c9b4522f342e9faeb.tar.lz
nixpkgs-a5de0ca963288ea3b227f28c9b4522f342e9faeb.tar.xz
nixpkgs-a5de0ca963288ea3b227f28c9b4522f342e9faeb.tar.zst
nixpkgs-a5de0ca963288ea3b227f28c9b4522f342e9faeb.zip
treewide: preserve hashes
avoid mass rebuild from the last commits
Diffstat (limited to 'pkgs/development/libraries/boost')
-rw-r--r--pkgs/development/libraries/boost/generic.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/boost/generic.nix b/pkgs/development/libraries/boost/generic.nix
index 35703c282af..bb8dff83d32 100644
--- a/pkgs/development/libraries/boost/generic.nix
+++ b/pkgs/development/libraries/boost/generic.nix
@@ -101,6 +101,8 @@ stdenv.mkDerivation {
 
   inherit src;
 
+  patchFlags = "";
+
   patches = patches
     ++ optional stdenv.isDarwin ./darwin-no-system-python.patch;