tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
glib-networking: fix cross and enable strictDeps
Artturin
3 years ago
2abc0277
c4b49b95
+5
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
glib-networking
default.nix
+5
pkgs/development/libraries/glib-networking/default.nix
···
14
14
, libproxy
15
15
, gnome
16
16
, gsettings-desktop-schemas
17
17
+
, bash
17
18
}:
18
19
19
20
stdenv.mkDerivation rec {
···
37
36
./installed-tests-path.patch
38
37
];
39
38
39
39
+
strictDeps = true;
40
40
+
40
41
nativeBuildInputs = [
41
42
meson
42
43
ninja
43
44
pkg-config
44
45
gettext
45
46
makeWrapper
47
47
+
glib # for gio-querymodules
46
48
];
47
49
48
50
buildInputs = [
···
54
50
p11-kit
55
51
libproxy
56
52
gsettings-desktop-schemas
53
53
+
bash # installed-tests shebangs
57
54
];
58
55
59
56
doCheck = false; # tests need to access the certificates (among other things)