lol

uhttpmock: enable strictDeps

fix cross

checked with diffing

Artturin 729c8406 ceb7b207

+4
+4
pkgs/development/libraries/uhttpmock/default.nix
··· 2 2 , lib 3 3 , fetchFromGitLab 4 4 , meson 5 + , mesonEmulatorHook 5 6 , ninja 6 7 , pkg-config 7 8 , gobject-introspection ··· 26 27 sha256 = "NuxiVVowZ8ilP9rcgapCe9OzFCpoOfZxZiSyjTeOrts="; 27 28 }; 28 29 30 + strictDeps = true; 29 31 nativeBuildInputs = [ 30 32 meson 31 33 ninja ··· 34 36 vala 35 37 gtk-doc 36 38 docbook-xsl-nons 39 + ] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [ 40 + mesonEmulatorHook 37 41 ]; 38 42 39 43 buildInputs = [