Fix libelf build on Illumos

This commit is contained in:
Danny Wilson
2015-11-16 17:20:12 +01:00
committed by Danny Wilson
parent a93f883556
commit f046f7bad3
@@ -15,6 +15,8 @@ stdenv.mkDerivation (rec {
nativeBuildInputs = [ glibc ];
};
buildInputs = [ gettext ];
meta = {
description = "ELF object file access library";