Merge pull request #132685 from arcnmx/qemu-nativeinputs

qemu: move makeWrapper to nativeBuildInputs
This commit is contained in:
Robert Hensing 2021-08-04 20:08:50 +02:00 committed by GitHub
commit c5d297e0c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ]