glib-networking: fix cross and enable strictDeps
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
, libproxy
|
||||
, gnome
|
||||
, gsettings-desktop-schemas
|
||||
, bash
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -36,12 +37,15 @@ stdenv.mkDerivation rec {
|
||||
./installed-tests-path.patch
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
meson
|
||||
ninja
|
||||
pkg-config
|
||||
gettext
|
||||
makeWrapper
|
||||
glib # for gio-querymodules
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
@@ -50,6 +54,7 @@ stdenv.mkDerivation rec {
|
||||
p11-kit
|
||||
libproxy
|
||||
gsettings-desktop-schemas
|
||||
bash # installed-tests shebangs
|
||||
];
|
||||
|
||||
doCheck = false; # tests need to access the certificates (among other things)
|
||||
|
||||
Reference in New Issue
Block a user