glib-networking: fix cross and enable strictDeps
This commit is contained in:
parent
c4b49b957b
commit
2abc0277f0
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
, libproxy
|
, libproxy
|
||||||
, gnome
|
, gnome
|
||||||
, gsettings-desktop-schemas
|
, gsettings-desktop-schemas
|
||||||
|
, bash
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -36,12 +37,15 @@ stdenv.mkDerivation rec {
|
||||||
./installed-tests-path.patch
|
./installed-tests-path.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
|
strictDeps = true;
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
pkg-config
|
pkg-config
|
||||||
gettext
|
gettext
|
||||||
makeWrapper
|
makeWrapper
|
||||||
|
glib # for gio-querymodules
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
@ -50,6 +54,7 @@ stdenv.mkDerivation rec {
|
||||||
p11-kit
|
p11-kit
|
||||||
libproxy
|
libproxy
|
||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
|
bash # installed-tests shebangs
|
||||||
];
|
];
|
||||||
|
|
||||||
doCheck = false; # tests need to access the certificates (among other things)
|
doCheck = false; # tests need to access the certificates (among other things)
|
||||||
|
|
Loading…
Reference in a new issue