Created
September 21, 2022 16:14
-
-
Save lucperkins/8c26a1509bd5dbdf94649257bbff52e7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
final: prev: { | |
qemu = prev.qemu.overrideAttrs (o: { | |
patches = o.patches ++ [ (prev.fetchpatch { | |
name = "qemu-9p-performance-fix.patch"; | |
url = "https://gitlab.com/lheckemann/qemu/-/commit/ca8c4a95a320dba9854c3fd4159ff4f52613311f.patch"; | |
sha256 = "sha256-9jYpGmD28yJGZU4zlae9BL4uU3iukWdPWpSkgHHvOxI="; | |
}) ]; | |
}); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment