treewide: preserve hashes

avoid mass rebuild from the last commits
wip/yesman
Matthew Bauer 6 years ago
parent 007faf02ca
commit a5de0ca963
  1. 2
      pkgs/development/libraries/boost/generic.nix
  2. 2
      pkgs/tools/compression/brotli/default.nix
  3. 2
      pkgs/tools/text/html-tidy/default.nix

@ -101,6 +101,8 @@ stdenv.mkDerivation {
inherit src;
patchFlags = "";
patches = patches
++ optional stdenv.isDarwin ./darwin-no-system-python.patch;

@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
cmakeFlags = [];
outputs = [ "out" "dev" "lib" ];
doCheck = true;

@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake libxslt/*manpage*/ ];
cmakeFlags = [];
# ATM bin/tidy is statically linked, as upstream provides no other option yet.
# https://github.com/htacg/tidy-html5/issues/326#issuecomment-160322107

Loading…
Cancel
Save