Merge pull request #141792 from Mindavi/libsoup3/cross

libsoup_3: support cross-compilation
This commit is contained in:
Michael Raskin 2021-10-16 06:32:06 +00:00 committed by GitHub
commit b086df6a52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
ninja
pkg-config
glib
python3
] ++ lib.optionals withIntrospection [
gobject-introspection
] ++ lib.optionals withVala [
@ -42,7 +43,6 @@ stdenv.mkDerivation rec {
];
buildInputs = [
python3
sqlite
libpsl
glib.out