summaryrefslogtreecommitdiff
path: root/pkgs/athena-bccr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pkgs/athena-bccr/firmador.nix4
1 files changed, 2 insertions, 2 deletions
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) ''