mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
tpm-tools: apply openssl1.1 patch
This commit is contained in:
parent
222b778194
commit
b689d71b9c
@ -13,6 +13,13 @@ stdenv.mkDerivation rec {
|
||||
|
||||
sourceRoot = ".";
|
||||
|
||||
patches = [
|
||||
(fetchurl {
|
||||
url = https://sources.debian.org/data/main/t/tpm-tools/1.3.9.1-0.1/debian/patches/05-openssl1.1_fix_data_mgmt.patch;
|
||||
sha256 = "161yysw4wgy3spsz6p1d0ib0h5pnrqm8bdh1l71c4hz6a6wpcyxj";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ perl ];
|
||||
buildInputs = [ trousers openssl opencryptoki ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user