Fix libelf build on Illumos

This commit is contained in:
Danny Wilson 2014-04-03 19:11:48 +02:00 committed by Danny Wilson
parent a93f883556
commit f046f7bad3

View file

@ -15,6 +15,8 @@ stdenv.mkDerivation (rec {
nativeBuildInputs = [ glibc ];
};
buildInputs = [ gettext ];
meta = {
description = "ELF object file access library";