Merge pull request #250757 from getchoo/repro-prism

prismlauncher: add canonicalize-jars-hook
This commit is contained in:
Nick Cao 2023-08-23 08:19:07 +08:00 committed by GitHub
commit 58b0f33061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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