about summary refs log tree commit diff
path: root/pkgs/tools/security/ibm-sw-tpm2
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-10-11 22:22:18 +0200
committerajs124 <git@ajs124.de>2022-10-11 22:30:44 +0200
commitc4849d44d40910624f28303b3bb5aa5240500595 (patch)
treecfa8f8933b04d8724113f89969347f85ef60dcdf /pkgs/tools/security/ibm-sw-tpm2
parent071773dc5d995edfc494a4bc46c5526833f12908 (diff)
Revert "ibm-sw-tpm2: Fix build on RISC-V"
This reverts commit 8524b11d557f17e66cd629b1f77527facd7abdf4.
Diffstat (limited to 'pkgs/tools/security/ibm-sw-tpm2')
-rw-r--r--pkgs/tools/security/ibm-sw-tpm2/default.nix11
1 files changed, 1 insertions, 10 deletions
diff --git a/pkgs/tools/security/ibm-sw-tpm2/default.nix b/pkgs/tools/security/ibm-sw-tpm2/default.nix
index 92136ba92d575..012d492aacad6 100644
--- a/pkgs/tools/security/ibm-sw-tpm2/default.nix
+++ b/pkgs/tools/security/ibm-sw-tpm2/default.nix
@@ -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";