Skip to content

Commit

Permalink
eid-mw: replace libbeidpkcs11.so with opensc-pkcs11.so library
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkRijckenberg committed May 8, 2024
1 parent de80f1e commit a07ecee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pkgs/tools/security/eid-mw/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
, libproxy
, libxml2
, nssTools
, opensc
, openssl
, p11-kit
, pcsclite
Expand All @@ -38,7 +39,7 @@ stdenv.mkDerivation rec {


nativeBuildInputs = [ wrapGAppsHook3 autoreconfHook autoconf-archive pkg-config makeWrapper ];
buildInputs = [ curl gtk3 libassuan libbsd libproxy libxml2 openssl p11-kit pcsclite ];
buildInputs = [ curl gtk3 libassuan libbsd libproxy libxml2 opensc openssl p11-kit pcsclite ];

preConfigure = ''
mkdir openssl
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/security/eid-mw/eid-nssdb.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
rootdb="/etc/pki/nssdb"
userdb="$HOME/.pki/nssdb"
dbentry="Belgium eID"
libfile="/run/current-system/sw/lib/libbeidpkcs11.so"
libfile="/run/current-system/sw/lib/opensc-pkcs11.so"

dbdir="$userdb"

Expand Down

0 comments on commit a07ecee

Please sign in to comment.