qemu: fix cross (#60261)

This commit is contained in:
volth 2019-04-27 07:19:07 +00:00 committed by Frederik Rietdijk
parent c9d22c2603
commit 56b25e7034

View File

@ -47,9 +47,10 @@ stdenv.mkDerivation rec {
sha256 = "08frr1fdjx8qcfh3fafn10kibdwbvkqqvfl7hpqbm7i9dg4f1zlq"; sha256 = "08frr1fdjx8qcfh3fafn10kibdwbvkqqvfl7hpqbm7i9dg4f1zlq";
}; };
nativeBuildInputs = [ python2 pkgconfig flex bison ];
buildInputs = buildInputs =
[ python2 zlib pkgconfig glib ncurses perl pixman [ zlib glib ncurses perl pixman
vde2 texinfo flex bison makeWrapper lzo snappy vde2 texinfo makeWrapper lzo snappy
gnutls nettle curl gnutls nettle curl
] ]
++ optionals stdenv.isDarwin [ CoreServices Cocoa Hypervisor rez setfile ] ++ optionals stdenv.isDarwin [ CoreServices Cocoa Hypervisor rez setfile ]