tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
uhttpmock: enable strictDeps
fix cross
checked with diffing
Artturin
2 years ago
729c8406
ceb7b207
+4
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
uhttpmock
default.nix
+4
pkgs/development/libraries/uhttpmock/default.nix
···
2
2
, lib
3
3
, fetchFromGitLab
4
4
, meson
5
5
+
, mesonEmulatorHook
5
6
, ninja
6
7
, pkg-config
7
8
, gobject-introspection
···
26
27
sha256 = "NuxiVVowZ8ilP9rcgapCe9OzFCpoOfZxZiSyjTeOrts=";
27
28
};
28
29
30
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
39
+
] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [
40
40
+
mesonEmulatorHook
37
41
];
38
42
39
43
buildInputs = [