about summary refs log tree commit diff
path: root/pkgs/games/prismlauncher
diff options
context:
space:
mode:
authorseth <getchoo@tuta.io>2023-08-22 08:28:16 -0400
committerseth <getchoo@tuta.io>2023-08-22 08:28:16 -0400
commit40a6e38aebddcd66a966a213b1f41b1dbd83b5aa (patch)
treec6373c67a2d90e83e2bde43fa8f47f214db73194 /pkgs/games/prismlauncher
parent81fc9ce2e962e48f5bde3d5261e44ba188792e52 (diff)
prismlauncher: add canonicalize-jars-hook
this strips timestamps from java build artifacts, fixing reproducibility
issues
Diffstat (limited to 'pkgs/games/prismlauncher')
-rw-r--r--pkgs/games/prismlauncher/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/games/prismlauncher/default.nix b/pkgs/games/prismlauncher/default.nix
index 0f28a6edd4a13..63c6901326ee6 100644
--- a/pkgs/games/prismlauncher/default.nix
+++ b/pkgs/games/prismlauncher/default.nix
@@ -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