hardinfo: fix build with new libsoup

This commit is contained in:
Tor Hedin Brønner 2018-10-17 09:18:22 +02:00 committed by Jan Tojnar
parent fcf066983d
commit 3fdfde44c6
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -19,6 +19,9 @@ stdenv.mkDerivation rec {
# Fixes '#error You must compile this program without "-O"'
hardeningDisable = [ "all" ];
# Ignore undefined references to a bunch of libsoup symbols
NIX_LDFLAGS = "--unresolved-symbol=ignore-all";
preConfigure = ''
patchShebangs configure