qemu: remove unused texinfo dependency
This commit is contained in:
parent
3ff8f392da
commit
e8c75c234e
@ -1,5 +1,5 @@
|
|||||||
{ lib, stdenv, fetchurl, fetchpatch, python3Packages, zlib, pkg-config, glib, buildPackages
|
{ lib, stdenv, fetchurl, fetchpatch, python3Packages, zlib, pkg-config, glib, buildPackages
|
||||||
, pixman, vde2, alsa-lib, texinfo, flex
|
, pixman, vde2, alsa-lib, flex
|
||||||
, bison, lzo, snappy, libaio, libtasn1, gnutls, nettle, curl, dtc, ninja, meson
|
, bison, lzo, snappy, libaio, libtasn1, gnutls, nettle, curl, dtc, ninja, meson
|
||||||
, sigtool
|
, sigtool
|
||||||
, makeWrapper, removeReferencesTo
|
, makeWrapper, removeReferencesTo
|
||||||
@ -77,7 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
++ lib.optionals stdenv.isDarwin [ sigtool ];
|
++ lib.optionals stdenv.isDarwin [ sigtool ];
|
||||||
|
|
||||||
buildInputs = [ dtc zlib glib pixman
|
buildInputs = [ dtc zlib glib pixman
|
||||||
vde2 texinfo lzo snappy libtasn1
|
vde2 lzo snappy libtasn1
|
||||||
gnutls nettle curl libslirp
|
gnutls nettle curl libslirp
|
||||||
]
|
]
|
||||||
++ lib.optionals ncursesSupport [ ncurses ]
|
++ lib.optionals ncursesSupport [ ncurses ]
|
||||||
|
Loading…
Reference in New Issue
Block a user