mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
prelink: fix glibc static linking
This commit is contained in:
parent
a30bf645f2
commit
1bb15303ca
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue