From a74fc0c70ec71ed9eca77f4f108a0ef943a059f6 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 9 Mar 2026 18:07:38 -0600 Subject: [PATCH] trivionomicon: athena-bccr: fix /etc/SCMiddleware symlink in gaudi FHS env --- pkgs/athena-bccr/unwrapped.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/athena-bccr/unwrapped.nix b/pkgs/athena-bccr/unwrapped.nix index 848ea3e..bf99a84 100644 --- a/pkgs/athena-bccr/unwrapped.nix +++ b/pkgs/athena-bccr/unwrapped.nix @@ -151,6 +151,7 @@ install -m755 usr/lib/SCMiddleware/SCManager $out/bin install -m755 usr/lib/SCMiddleware/{*.so,idocachesrv} $lib/lib/SCMiddleware cp -r etc/id* $lib/etc + ln -s ../lib/SCMiddleware $lib/etc runHook postInstall '';