virt-manager: cherry-pick fix for weird cursor theme related crash

Fixes #320855, aka #207496, aka virt-manager/virt-manager#479
This commit is contained in:
K900
2024-06-18 22:29:08 +03:00
parent f183a68f39
commit b299dc5d3b
@@ -28,6 +28,11 @@ python3.pkgs.buildPythonApplication rec {
url = "https://github.com/virt-manager/virt-manager/commit/83fcc5b2e8f2cede84564387756fe8971de72188.patch";
hash = "sha256-yEk+md5EkwYpP27u3E+oTJ8thgtH2Uy1x3JIWPBhqeE=";
})
# fix crash with some cursor themes
(fetchpatch {
url = "https://github.com/virt-manager/virt-manager/commit/cc4a39ea94f42bc92765eb3bb56e2b7f9198be67.patch";
hash = "sha256-dw6yrMaAOnTh8Z6xJQQKmYelOkOl6EBAOfJQU9vQ8Ws=";
})
];
nativeBuildInputs = [