Revert "libsoup{,_3}: enable separateDebugInfo"

This commit is contained in:
7c6f434c 2023-09-22 13:09:28 +00:00 committed by GitHub
parent 3e36f2fa4d
commit 9b539d0ac8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -81,7 +81,6 @@ stdenv.mkDerivation rec {
# HSTS tests fail.
doCheck = false;
separateDebugInfo = true;
postPatch = ''
patchShebangs libsoup/

View file

@ -72,7 +72,6 @@ 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