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
3 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
, lib
3
, fetchFromGitLab
4
, meson
0
5
, ninja
6
, pkg-config
7
, gobject-introspection
···
26
sha256 = "NuxiVVowZ8ilP9rcgapCe9OzFCpoOfZxZiSyjTeOrts=";
27
};
28
0
29
nativeBuildInputs = [
30
meson
31
ninja
···
34
vala
35
gtk-doc
36
docbook-xsl-nons
0
0
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 = [