summaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2025-12-24 17:27:36 -0600
committerAlejandro Soto <alejandro@34project.org>2025-12-24 17:27:54 -0600
commit5acafcce3d0852f00e80ec01cfadb13fd7cfee31 (patch)
treea59cbbfa582b3c004d70e73d1941d3a82fd83796 /pkgs
parent6624deb68ebf1064b29382115d7f00b0f571d00b (diff)
trivionomicon/pkgs/athena-bccr: 25.11 updates: rename wrapGAppsHook -> wrapGAppsHook3
Diffstat (limited to 'pkgs')
-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) ''