libsoup: fix build
This commit is contained in:
parent
2f8226470d
commit
6cfd954b06
@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
python3
|
python3
|
||||||
sqlite
|
sqlite
|
||||||
libpsl
|
libpsl
|
||||||
|
glib.out
|
||||||
brotli
|
brotli
|
||||||
] ++ lib.optionals stdenv.isLinux [
|
] ++ lib.optionals stdenv.isLinux [
|
||||||
libsysprof-capture
|
libsysprof-capture
|
||||||
@ -29,6 +30,8 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ meson ninja pkgconfig gobject-introspection vala glib ];
|
nativeBuildInputs = [ meson ninja pkgconfig gobject-introspection vala glib ];
|
||||||
propagatedBuildInputs = [ glib libxml2 ];
|
propagatedBuildInputs = [ glib libxml2 ];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = [ "-lpthread" ];
|
||||||
|
|
||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
"-Dtls_check=false" # glib-networking is a runtime dependency, not a compile-time dependency
|
"-Dtls_check=false" # glib-networking is a runtime dependency, not a compile-time dependency
|
||||||
"-Dgssapi=disabled"
|
"-Dgssapi=disabled"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user