tepl: enable strictDeps

fix cross

checked with diffing
This commit is contained in:
Artturin
2023-04-02 05:50:33 +03:00
parent 729c8406c9
commit e6b244b41d
@@ -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 = [