prelink: fix glibc static linking
This commit is contained in:
parent
a30bf645f2
commit
1bb15303ca
@ -6,7 +6,7 @@ in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "prelink-${version}";
|
||||
|
||||
buildInputs = [ libelf ];
|
||||
buildInputs = [ libelf stdenv.glibc stdenv.glibc.static ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://people.redhat.com/jakub/prelink/prelink-${version}.tar.bz2";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user