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
+1 -1
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