From 429951cfccc214b8e3a3eef243133fe393e83740 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 14 Apr 2023 11:09:30 +0000 Subject: [PATCH] cross: remove tpm2-abrmd patch. it's been upstreamed --- hosts/common/cross/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/common/cross/default.nix b/hosts/common/cross/default.nix index 9d99ee34..4837f23d 100644 --- a/hosts/common/cross/default.nix +++ b/hosts/common/cross/default.nix @@ -1438,8 +1438,6 @@ in rmInputs { nativeBuildInputs = [ next.wrapGAppsHook4 ]; } prev.sysprof ) ); - # fixes "configure: error: *** gdbus-codegen is required to build tpm2-abrmd; No package 'gio-unix-2.0' found" - tpm2-abrmd = addNativeInputs [ next.glib ] prev.tpm2-abrmd; tracker-miners = prev.tracker-miners.override { # fixes "meson.build:183:0: ERROR: Can not run test applications in this cross environment." inherit (emulated) stdenv;