mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
Fix libelf build on Illumos
This commit is contained in:
parent
a93f883556
commit
f046f7bad3
@ -15,6 +15,8 @@ stdenv.mkDerivation (rec {
|
|||||||
nativeBuildInputs = [ glibc ];
|
nativeBuildInputs = [ glibc ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
buildInputs = [ gettext ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "ELF object file access library";
|
description = "ELF object file access library";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user