mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
overlays: patch device pairing in ausweisapp2
This commit is contained in:
parent
862e8ecfb2
commit
58e280d9b7
2 changed files with 19 additions and 9 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue