shared-mime-info: fix cross build (#48259)

This commit is contained in:
volth 2018-10-14 21:57:01 +00:00 committed by xeji
parent a4118294e8
commit 143884d456

View file

@ -10,9 +10,8 @@ stdenv.mkDerivation rec {
sha256 = "1gxyvwym3xgpmp262gfn8jg5sla6k5hy6m6dmy6grgiq90xsh9f6";
};
nativeBuildInputs = [
pkgconfig gettext intltool libxml2 glib
] ++ (with perlPackages; [ perl XMLParser ]);
nativeBuildInputs = [ pkgconfig gettext intltool ] ++ (with perlPackages; [ perl XMLParser ]);
buildInputs = [ libxml2 glib ];
meta = with stdenv.lib; {
inherit version;