lol

uhttpmock: enable strictDeps

fix cross

checked with diffing

Artturin 729c8406 ceb7b207

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