···19 # Fixes '#error You must compile this program without "-O"'
20 hardeningDisable = [ "all" ];
2100022 preConfigure = ''
23 patchShebangs configure
24
···19 # Fixes '#error You must compile this program without "-O"'
20 hardeningDisable = [ "all" ];
2122+ # Ignore undefined references to a bunch of libsoup symbols
23+ NIX_LDFLAGS = "--unresolved-symbol=ignore-all";
24+25 preConfigure = ''
26 patchShebangs configure
27