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