prismlauncher: add canonicalize-jars-hook

this strips timestamps from java build artifacts, fixing reproducibility
issues
This commit is contained in:
seth 2023-08-22 08:28:16 -04:00
parent 81fc9ce2e9
commit 40a6e38aeb
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -2,6 +2,7 @@
, stdenv
, fetchFromGitHub
, fetchpatch
, canonicalize-jars-hook
, cmake
, cmark
, Cocoa
@ -67,7 +68,7 @@ rec {
})
];
nativeBuildInputs = [ extra-cmake-modules cmake jdk17 ninja ];
nativeBuildInputs = [ extra-cmake-modules cmake jdk17 ninja canonicalize-jars-hook ];
buildInputs =
[
qtbase