Revert "ibm-sw-tpm2: Fix build on RISC-V"

This reverts commit 8524b11d55.
This commit is contained in:
ajs124 2022-10-11 22:22:18 +02:00
parent 071773dc5d
commit c4849d44d4

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchpatch, lib, openssl }:
{ stdenv, fetchurl, lib, openssl }:
stdenv.mkDerivation rec {
pname = "ibm-sw-tpm2";
@ -9,15 +9,6 @@ stdenv.mkDerivation rec {
hash = "sha256-PLZC+HGheyPVCwRuX5X0ScIodBX8HnrrS9u4kg28s48=";
};
patches = [
(fetchpatch {
url = "https://github.com/kgoldman/ibmswtpm2/commit/e6684009aff9c1bad38875e3319c2e02ef791424.patch";
sha256 = "1flzlri807c88agmpb0w8xvh5f16mmqv86xw4ic4z272iynzd40j";
})
];
patchFlags = [ "-p2" ];
buildInputs = [ openssl ];
sourceRoot = "src";