opkg: add libxml2 as input
This caused the failures seen here: http://hydra.nixos.org/build/38313838/nixlog/1
This commit is contained in:
parent
aa9cd7b66d
commit
1c870804d1
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, curl, gpgme, libarchive, bzip2, lzma, attr, acl
|
{ stdenv, fetchurl, pkgconfig, curl, gpgme, libarchive, bzip2, lzma, attr, acl, libxml2
|
||||||
, autoreconfHook }:
|
, autoreconfHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "1pw7igmb4miyxl11sj9g8p8pgxg9nmn1h2hzi8b23v44hcmc1inj";
|
sha256 = "1pw7igmb4miyxl11sj9g8p8pgxg9nmn1h2hzi8b23v44hcmc1inj";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig curl gpgme libarchive bzip2 lzma attr acl
|
buildInputs = [ pkgconfig curl gpgme libarchive bzip2 lzma attr acl libxml2
|
||||||
autoreconfHook ];
|
autoreconfHook ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
Loading…
Reference in New Issue