qemu: fix cross (#60261)
This commit is contained in:
parent
c9d22c2603
commit
56b25e7034
@ -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 ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user