qemu: add curl to buildInputs
Enables support for accessing files over HTTP: qemu-system-x86_64 -drive media=cdrom,file=http://host/path.iso,readonly Increases the closures size from 445 to 447 MiB.
This commit is contained in:
parent
ecf30981dd
commit
bbe5f99e0b
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, fetchpatch, python, zlib, pkgconfig, glib
|
{ stdenv, fetchurl, fetchpatch, python, zlib, pkgconfig, glib
|
||||||
, ncurses, perl, pixman, vde2, alsaLib, texinfo, libuuid, flex
|
, ncurses, perl, pixman, vde2, alsaLib, texinfo, libuuid, flex
|
||||||
, bison, lzo, snappy, libaio, gnutls, nettle
|
, bison, lzo, snappy, libaio, gnutls, nettle, curl
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
, attr, libcap, libcap_ng
|
, attr, libcap, libcap_ng
|
||||||
, CoreServices, Cocoa, rez, setfile
|
, CoreServices, Cocoa, rez, setfile
|
||||||
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs =
|
buildInputs =
|
||||||
[ python zlib pkgconfig glib ncurses perl pixman
|
[ python zlib pkgconfig glib ncurses perl pixman
|
||||||
vde2 texinfo libuuid flex bison makeWrapper lzo snappy
|
vde2 texinfo libuuid flex bison makeWrapper lzo snappy
|
||||||
gnutls nettle
|
gnutls nettle curl
|
||||||
]
|
]
|
||||||
++ optionals stdenv.isDarwin [ CoreServices Cocoa rez setfile ]
|
++ optionals stdenv.isDarwin [ CoreServices Cocoa rez setfile ]
|
||||||
++ optionals seccompSupport [ libseccomp ]
|
++ optionals seccompSupport [ libseccomp ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user