···1919 # Fixes '#error You must compile this program without "-O"'
2020 hardeningDisable = [ "all" ];
21212222+ # Ignore undefined references to a bunch of libsoup symbols
2323+ NIX_LDFLAGS = "--unresolved-symbol=ignore-all";
2424+2225 preConfigure = ''
2326 patchShebangs configure
2427