From e6b244b41d37003eb687841ab32d3a9c9ba41e9b Mon Sep 17 00:00:00 2001 From: Artturin Date: Sun, 26 Mar 2023 00:33:32 +0200 Subject: [PATCH] tepl: enable strictDeps fix cross checked with diffing --- pkgs/development/libraries/tepl/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/libraries/tepl/default.nix b/pkgs/development/libraries/tepl/default.nix index 3b228b6c625..387fa214de2 100644 --- a/pkgs/development/libraries/tepl/default.nix +++ b/pkgs/development/libraries/tepl/default.nix @@ -1,6 +1,7 @@ { lib, stdenv , fetchurl , meson +, mesonEmulatorHook , ninja , amtk , gnome @@ -24,6 +25,7 @@ stdenv.mkDerivation rec { sha256 = "XlayBmnQzwX6HWS1jIw0LFkVgSLcUYEA0JPVnfm4cyE="; }; + strictDeps = true; nativeBuildInputs = [ meson ninja @@ -31,6 +33,8 @@ stdenv.mkDerivation rec { pkg-config gtk-doc docbook-xsl-nons + ] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [ + mesonEmulatorHook ]; buildInputs = [