Merge pull request #141792 from Mindavi/libsoup3/cross
libsoup_3: support cross-compilation
This commit is contained in:
commit
b086df6a52
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user