Merge pull request #298562 from Yarny0/tvbrowser-reproducible

tvbrowser: use `stripJavaArchivesHook` for determinism
This commit is contained in:
Nick Cao
2024-04-13 11:11:03 -04:00
committed by GitHub
+2 -1
View File
@@ -5,6 +5,7 @@
, ant
, jdk
, makeWrapper
, stripJavaArchivesHook
, callPackage
}:
@@ -25,7 +26,7 @@ stdenv.mkDerivation rec {
hash = "sha256-dmNfI6T0MU7UtMH+C/2hiAeDwZlFCB4JofQViZezoqI=";
};
nativeBuildInputs = [ ant jdk makeWrapper ];
nativeBuildInputs = [ ant jdk makeWrapper stripJavaArchivesHook ];
buildPhase = ''
runHook preBuild