uhttpmock: enable strictDeps

fix cross

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