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
, 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 = [