From 6faf5ffc36c2e1dc3f0c0ea821e827002d52d368 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Mon, 27 Oct 2025 22:48:03 +0100 Subject: [PATCH] eid-mw: enable `strictDeps` --- pkgs/by-name/ei/eid-mw/package.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/pkgs/by-name/ei/eid-mw/package.nix b/pkgs/by-name/ei/eid-mw/package.nix index 390827b40f40..dc50a7de3d05 100644 --- a/pkgs/by-name/ei/eid-mw/package.nix +++ b/pkgs/by-name/ei/eid-mw/package.nix @@ -38,22 +38,24 @@ stdenv.mkDerivation rec { --replace-fail 'p11kitcfdir=""' 'p11kitcfdir="'$out/share/p11-kit/modules'"' ''; + strictDeps = true; + nativeBuildInputs = [ - wrapGAppsHook3 - autoreconfHook autoconf-archive - pkg-config + autoreconfHook + libassuan makeBinaryWrapper + openssl + pkg-config + wrapGAppsHook3 ]; buildInputs = [ curl gtk3 - libassuan libbsd libproxy libxml2 - openssl p11-kit pcsclite ];