uhttpmock: enable strictDeps

fix cross

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

View file

@ -2,6 +2,7 @@
, lib
, fetchFromGitLab
, meson
, mesonEmulatorHook
, ninja
, pkg-config
, gobject-introspection
@ -26,6 +27,7 @@ stdenv.mkDerivation rec {
sha256 = "NuxiVVowZ8ilP9rcgapCe9OzFCpoOfZxZiSyjTeOrts=";
};
strictDeps = true;
nativeBuildInputs = [
meson
ninja
@ -34,6 +36,8 @@ stdenv.mkDerivation rec {
vala
gtk-doc
docbook-xsl-nons
] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [
mesonEmulatorHook
];
buildInputs = [