diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-12-24 17:27:36 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-12-24 17:27:54 -0600 |
| commit | ff11e502f5c5997581128254dd7843c9e90fd734 (patch) | |
| tree | a2111be4852bb5c9183762160561b832e92af16e /trivionomicon | |
| parent | ff9fb97fc5c9ab61f320d5d0e42f8e0920adbd97 (diff) | |
trivionomicon/pkgs/athena-bccr: 25.11 updates: rename wrapGAppsHook -> wrapGAppsHook3
Diffstat (limited to '')
| -rw-r--r-- | trivionomicon/pkgs/athena-bccr/firmador.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trivionomicon/pkgs/athena-bccr/firmador.nix b/trivionomicon/pkgs/athena-bccr/firmador.nix index 068dea3..5ffe3de 100644 --- a/trivionomicon/pkgs/athena-bccr/firmador.nix +++ b/trivionomicon/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) '' |
