From 78643f203e77c1c93cd7355b5b0b8e2f0edafb48 Mon Sep 17 00:00:00 2001 From: whispers Date: Tue, 15 Sep 2026 18:48:47 -0400 Subject: [PATCH] tpm2-tss: drop unused libgcrypt dependency this was removed back in July 2020 with https://github.com/tpm2-software/tpm2-tss/commit/ebfe77b41e677de6cd808e3155fe43d606951143. diffoscoping the outputs yields no differences besides self-references in store paths. --- pkgs/development/libraries/tpm2-tss/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/libraries/tpm2-tss/default.nix b/pkgs/development/libraries/tpm2-tss/default.nix index e910c11533bd..874c339b626d 100644 --- a/pkgs/development/libraries/tpm2-tss/default.nix +++ b/pkgs/development/libraries/tpm2-tss/default.nix @@ -10,7 +10,6 @@ openssl, json_c, curl, - libgcrypt, cmocka, uthash, swtpm, @@ -58,7 +57,6 @@ stdenv.mkDerivation (finalAttrs: { openssl json_c curl - libgcrypt uthash libuuid libtpms