tvbrowser: user stripJavaArchivesHook for determinism

This commit is contained in:
Yarny0 2024-03-23 17:02:10 +01:00
parent 20f77aa099
commit e335ef7991

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