We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b38173 commit 66be312Copy full SHA for 66be312
pkgs/by-name/cl/cloud-hypervisor/package.nix
@@ -20,8 +20,16 @@ rustPlatform.buildRustPackage rec {
20
hash = "sha256-drxJtlvBpkK3I7Ob3+pH4KLUq53GWXe1pmv7CI3bbP4=";
21
};
22
23
+ cargoPatches = [
24
+ (fetchpatch {
25
+ name = "kvm-ioctls-0.19.1.patch";
26
+ url = "https://github.com/cloud-hypervisor/cloud-hypervisor/commit/eaa21946993276434403d41419a34e564935c8e9.patch";
27
+ hash = "sha256-G7B0uGl/RAkwub8x1jNNgBrC0dwq/Gv46XpbtTZWD5M=";
28
+ })
29
+ ];
30
+
31
useFetchCargoVendor = true;
- cargoHash = "sha256-wifctp30ApnxtRMlzksoSGrIJUT1cB0p1RBxfyITuZI=";
32
+ cargoHash = "sha256-F6ukvSwMHRHXoZKgXEFnTAN1B80GsQDW8iqZAvsREr4=";
33
34
separateDebugInfo = true;
35
0 commit comments