tpm-tools: apply openssl1.1 patch

This commit is contained in:
Andreas Rammhold 2019-03-10 18:38:48 +01:00 committed by Robin Gloster
parent 222b778194
commit b689d71b9c
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF

View file

@ -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 ];