Unverified Commit 3d575be0 authored by Pavel Sobolev's avatar Pavel Sobolev
Browse files

libsoup{,_3}: enable `separateDebugInfo`

parent b6f88484
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -81,6 +81,7 @@ stdenv.mkDerivation rec {

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

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