From 789a5a9563f1c3e5270205d39d9eece50909b739 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 2 Aug 2025 20:31:01 -0600 Subject: pkgs/athena-bccr: split ase-idprotect bin and lib outputs --- pkgs/athena-bccr/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pkgs/athena-bccr/default.nix') diff --git a/pkgs/athena-bccr/default.nix b/pkgs/athena-bccr/default.nix index cda0b62..f9276c1 100644 --- a/pkgs/athena-bccr/default.nix +++ b/pkgs/athena-bccr/default.nix @@ -17,11 +17,12 @@ let pkgsForRelease = release: let - libasep11 = "${unwrapped.ase-idprotect}/lib/x64-athena/libASEP11.so"; + ase-pkcs11 = unwrapped.ase-idprotect.lib; + libasep11 = "${ase-pkcs11}/lib/x64-athena/libASEP11.so"; unwrapped = overrideUnwrapped { inherit release; } { }; in { - inherit libasep11; + inherit ase-pkcs11 libasep11; inherit (unwrapped) ase-idprotect bccr-cacerts; gaudi = callPackage ./gaudi-env.nix { inherit unwrapped; }; -- cgit v1.2.3