Merge pull request #56792 from timor/libdwarf-dwarfdump-zlib

libdwarf: add zlib to buildInputs
This commit is contained in:
Matthew Bauer 2019-03-15 15:28:47 -04:00 committed by GitHub
commit 6d52e26818
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, libelf }:
{ stdenv, fetchurl, libelf, zlib }:
let
version = "20181024";
@ -24,7 +24,7 @@ in rec {
preConfigure = ''
cd libdwarf
'';
buildInputs = [ libelf ];
buildInputs = [ libelf zlib ];
installPhase = ''
mkdir -p $out/lib $out/include