tepl: enable strictDeps

fix cross

checked with diffing
This commit is contained in:
Artturin 2023-03-26 00:33:32 +02:00
parent 729c8406c9
commit e6b244b41d

View file

@ -1,6 +1,7 @@
{ lib, stdenv { lib, stdenv
, fetchurl , fetchurl
, meson , meson
, mesonEmulatorHook
, ninja , ninja
, amtk , amtk
, gnome , gnome
@ -24,6 +25,7 @@ stdenv.mkDerivation rec {
sha256 = "XlayBmnQzwX6HWS1jIw0LFkVgSLcUYEA0JPVnfm4cyE="; sha256 = "XlayBmnQzwX6HWS1jIw0LFkVgSLcUYEA0JPVnfm4cyE=";
}; };
strictDeps = true;
nativeBuildInputs = [ nativeBuildInputs = [
meson meson
ninja ninja
@ -31,6 +33,8 @@ stdenv.mkDerivation rec {
pkg-config pkg-config
gtk-doc gtk-doc
docbook-xsl-nons docbook-xsl-nons
] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [
mesonEmulatorHook
]; ];
buildInputs = [ buildInputs = [