gnustep/base: replace libbfd with binutils-unwrapped

Fixes #76927  (second try)
This commit is contained in:
ajs124 2020-02-03 18:42:42 +01:00
parent f16019c58f
commit 664c02c89b

View File

@ -3,7 +3,7 @@
, cups , cups
, fetchurl , fetchurl
, gmp, gnutls , gmp, gnutls
, libffi, libbfd , libffi, binutils-unwrapped
, libjpeg, libtiff, libpng, giflib, libungif , libjpeg, libtiff, libpng, giflib, libungif
, libxml2, libxslt, libiconv , libxml2, libxslt, libiconv
, libobjc, libgcrypt , libobjc, libgcrypt
@ -25,7 +25,7 @@ gsmakeDerivation {
aspell audiofile aspell audiofile
cups cups
gmp gnutls gmp gnutls
libffi libbfd libffi binutils-unwrapped
libjpeg libtiff libpng giflib libungif libjpeg libtiff libpng giflib libungif
libxml2 libxslt libiconv libxml2 libxslt libiconv
libobjc libgcrypt libobjc libgcrypt
@ -35,10 +35,6 @@ gsmakeDerivation {
]; ];
patches = [ ./fixup-paths.patch ]; patches = [ ./fixup-paths.patch ];
# Bump to gcc9 has give missing xmemdup symbols. Need libiberty here
# to resolve it, unclear why. See #76927 for more info
NIX_LDFLAGS = "-liberty";
meta = { meta = {
description = "An implementation of AppKit and Foundation libraries of OPENSTEP and Cocoa"; description = "An implementation of AppKit and Foundation libraries of OPENSTEP and Cocoa";
}; };