diff --git a/pkgs/athena-bccr/firmador.nix b/pkgs/athena-bccr/firmador.nix index 068dea3..5ffe3de 100644 --- a/pkgs/athena-bccr/firmador.nix +++ b/pkgs/athena-bccr/firmador.nix @@ -4,7 +4,7 @@ makeWrapper, maven, openjdk, - wrapGAppsHook, + wrapGAppsHook3, libasep11 ? null, }: let jdk = openjdk.override { @@ -31,7 +31,7 @@ in nativeBuildInputs = [ makeWrapper - wrapGAppsHook + wrapGAppsHook3 ]; postPatch = lib.optionalString (libasep11 != null) ''