overlays: patch device pairing in ausweisapp2

This commit is contained in:
Rouven Seifert 2023-10-30 11:57:12 +01:00
parent 862e8ecfb2
commit 58e280d9b7
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 19 additions and 9 deletions

View file

@ -34,6 +34,16 @@ in
pww = callPackage ../pkgs/pww { };
# fix pairing
AusweisApp2 = prev.AusweisApp2.overrideAttrs (_: {
patches = [
(fetchpatch {
url = "https://patch-diff.githubusercontent.com/raw/Governikus/AusweisApp2/pull/47.patch";
hash = "sha256-98ttPVOFHsxmvUFgNpxW0/C9PK64dUwmTxrNnXefkKo=";
})
];
});
tpm2-pkcs11 = prev.tpm2-pkcs11.overrideAttrs (_: {
configureFlags = [ "--with-fapi=no" ];
patches = [