qemu: add patch to fix MTP devices
Co-authored-by: Alyssa Ross <hi@alyssa.is>
This commit is contained in:
parent
a0a77f1c73
commit
96674e9c3b
1 changed files with 5 additions and 0 deletions
|
@ -88,6 +88,11 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./fix-qemu-ga.patch
|
./fix-qemu-ga.patch
|
||||||
|
# MTP Devices were broken in QEMU 6.1.0, this patch fixes that.
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://gitlab.com/qemu-project/qemu/-/commit/9d30c78c7d3b994825cbe63fa277279ae3ef4248.patch";
|
||||||
|
sha256 = "sha256-AChB9HMEShrM+2UW2aOT9+MqlAm568sG3HxHK3nDC/M=";
|
||||||
|
})
|
||||||
# Cocoa clipboard support only works on macOS 10.14+
|
# Cocoa clipboard support only works on macOS 10.14+
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
url = "https://gitlab.com/qemu-project/qemu/-/commit/7e3e20d89129614f4a7b2451fe321cc6ccca3b76.diff";
|
url = "https://gitlab.com/qemu-project/qemu/-/commit/7e3e20d89129614f4a7b2451fe321cc6ccca3b76.diff";
|
||||||
|
|
Loading…
Reference in a new issue