treewide: preserve hashes

avoid mass rebuild from the last commits
This commit is contained in:
Matthew Bauer
2018-10-16 23:19:34 -05:00
parent 007faf02ca
commit a5de0ca963
3 changed files with 6 additions and 0 deletions

View File

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