Unverified Commit 7e3649a2 authored by Fernando Rodrigues's avatar Fernando Rodrigues Committed by GitHub
Browse files

xen: patch `libxl` to search for `qemu-system-i386` properly (#365890)

parents c1db97e8 70741d83
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -186,6 +186,12 @@ stdenv.mkDerivation (finalAttrs: {

    (replaceVars ./0002-scripts-external-executable-calls.patch scriptDeps)

    # patch `libxl` to search for `qemu-system-i386` properly. (Before 4.21)
    (fetchpatch {
      url = "https://github.com/xen-project/xen/commit/f6281291704aa356489f4bd927cc7348a920bd01.diff?full_index=1";
      hash = "sha256-LH+68kxH/gxdyh45kYCPxKwk+9cztLrScpC2pCNQV2M=";
    })

    # XSA 472
    (fetchpatch {
      url = "https://xenbits.xen.org/xsa/xsa472-1.patch";