Compare commits
No commits in common. "2e4db74a9b64cbf46b30fc9ffee36e52523c6805" and "23758a11c1acbc5988701ae09c6f75656aa4725e" have entirely different histories.
2e4db74a9b
...
23758a11c1
1 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
makeWrapper,
|
||||
maven,
|
||||
openjdk,
|
||||
wrapGAppsHook3,
|
||||
wrapGAppsHook,
|
||||
libasep11 ? null,
|
||||
}: let
|
||||
jdk = openjdk.override {
|
||||
|
|
@ -27,11 +27,11 @@ in
|
|||
./0001-Remove-CheckUpdatePlugin-from-default-list.patch
|
||||
];
|
||||
|
||||
mvnHash = "sha256-CYrxWCuR73JDN0xEAuIMVw30RmjjjrnMdIJ4oc0c3zM=";
|
||||
mvnHash = "sha256-h1zoStTgaE7toWWKq0Y0ahOORyltChwjmaMYjLgs1VE=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
makeWrapper
|
||||
wrapGAppsHook3
|
||||
wrapGAppsHook
|
||||
];
|
||||
|
||||
postPatch = lib.optionalString (libasep11 != null) ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue