treewide: preserve hashes
avoid mass rebuild from the last commits
This commit is contained in:
@@ -101,6 +101,8 @@ stdenv.mkDerivation {
|
||||
|
||||
inherit src;
|
||||
|
||||
patchFlags = "";
|
||||
|
||||
patches = patches
|
||||
++ optional stdenv.isDarwin ./darwin-no-system-python.patch;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user