Merge pull request #250757 from getchoo/repro-prism
prismlauncher: add canonicalize-jars-hook
This commit is contained in:
commit
58b0f33061
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user