Unverified Commit a1fe21da authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

Merge pull request #256690 from NixOS/revert-256536-libsoup

Revert "libsoup{,_3}: enable `separateDebugInfo`"
parents 3e36f2fa 9b539d0a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -81,7 +81,6 @@ stdenv.mkDerivation rec {

  # HSTS tests fail.
  doCheck = false;
  separateDebugInfo = true;

  postPatch = ''
    patchShebangs libsoup/
+0 −1
Original line number Diff line number Diff line
@@ -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