rpm: Fix to get raw binutils for headers
This commit is contained in:
parent
ce359d49fb
commit
b298916442
@ -13,8 +13,13 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ cpio zlib bzip2 file libarchive nspr nss db xz python lua pkgconfig autoreconfHook ];
|
buildInputs = [ cpio zlib bzip2 file libarchive nspr nss db xz python lua pkgconfig autoreconfHook ];
|
||||||
|
|
||||||
# rpm/rpmlib.h includes popt.h, and then the pkg-config file mentions these as linkage requirements
|
# rpm/rpmlib.h includes popt.h, and then the pkg-config file mentions these as
|
||||||
propagatedBuildInputs = [ popt elfutils nss db bzip2 libarchive binutils ];
|
# linkage requirements
|
||||||
|
#
|
||||||
|
# Binutils.binutils for headers
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
popt elfutils nss db bzip2 libarchive binutils binutils.binutils
|
||||||
|
];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-I${nspr.dev}/include/nspr -I${nss.dev}/include/nss";
|
NIX_CFLAGS_COMPILE = "-I${nspr.dev}/include/nspr -I${nss.dev}/include/nss";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user