qemu: move makeWrapper to nativeBuildInputs

This commit is contained in:
arcnmx 2021-08-04 10:08:53 -07:00
parent 9a626cda34
commit 14b3a15778

View File

@ -51,12 +51,12 @@ stdenv.mkDerivation rec {
sha256 = "1f9hz8rf12jm8baa7kda34yl4hyl0xh0c4ap03krfjx23i3img47";
};
nativeBuildInputs = [ python python.pkgs.sphinx pkg-config flex bison meson ninja ]
nativeBuildInputs = [ makeWrapper python python.pkgs.sphinx pkg-config flex bison meson ninja ]
++ optionals gtkSupport [ wrapGAppsHook ]
++ optionals stdenv.isLinux [ autoPatchelfHook ];
buildInputs =
[ zlib glib perl pixman
vde2 texinfo makeWrapper lzo snappy
vde2 texinfo lzo snappy
gnutls nettle curl
]
++ optionals ncursesSupport [ ncurses ]