amtk: enable strictDeps

fix cross

checked with diffing
This commit is contained in:
Artturin 2023-03-26 00:10:56 +02:00
parent 4e223a3b68
commit 52306ecc26

View file

@ -3,6 +3,7 @@
, fetchurl
, gtk3
, meson
, mesonEmulatorHook
, ninja
, pkg-config
, gobject-introspection
@ -24,6 +25,7 @@ stdenv.mkDerivation rec {
sha256 = "1QEVuFyHKqwpaTS17nJqP6FWxvWtltJ+Dt0Kpa0XMig=";
};
strictDeps = true;
nativeBuildInputs = [
meson
ninja
@ -32,6 +34,8 @@ stdenv.mkDerivation rec {
gobject-introspection
gtk-doc
docbook-xsl-nons
] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [
mesonEmulatorHook
];
buildInputs = [