libsoup{,_3}: enable separateDebugInfo

This commit is contained in:
Pavel Sobolev
2023-09-21 19:51:21 +03:00
parent b6f8848455
commit 3d575be044
2 changed files with 2 additions and 0 deletions
@@ -81,6 +81,7 @@ stdenv.mkDerivation rec {
# HSTS tests fail.
doCheck = false;
separateDebugInfo = true;
postPatch = ''
patchShebangs libsoup/
@@ -72,6 +72,7 @@ stdenv.mkDerivation rec {
env.NIX_CFLAGS_COMPILE = "-lpthread";
doCheck = false; # ERROR:../tests/socket-test.c:37:do_unconnected_socket_test: assertion failed (res == SOUP_STATUS_OK): (2 == 200)
separateDebugInfo = true;
postPatch = ''
# fixes finding vapigen when cross-compiling