summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2024-01-29 22:33:35 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2024-01-29 22:33:35 +0100
commit128092d9399587bb9c84606772862712b4307475 (patch)
treef144389284c23e29bdf11f2c9115e5a447f8cd46
parent150c0721dad9bd5534b9ea60119fc7ff59e28366 (diff)
virt-manager: add patch to fix test with libvirt 10
-rw-r--r--pkgs/applications/virtualization/virt-manager/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/applications/virtualization/virt-manager/default.nix b/pkgs/applications/virtualization/virt-manager/default.nix
index f0bb04b8304f..3e0c24877fdf 100644
--- a/pkgs/applications/virtualization/virt-manager/default.nix
+++ b/pkgs/applications/virtualization/virt-manager/default.nix
@@ -23,6 +23,11 @@ python3.pkgs.buildPythonApplication rec {
url = "https://github.com/virt-manager/virt-manager/commit/6e5c1db6b4a0af96afeb09a09fb2fc2b73308f01.patch";
hash = "sha256-zivVo6nHvfB7aHadOouQZCBXn5rY12nxFjQ4FFwjgZI=";
})
+ # fix test with libvirt 10
+ (fetchpatch {
+ url = "https://github.com/virt-manager/virt-manager/commit/83fcc5b2e8f2cede84564387756fe8971de72188.patch";
+ hash = "sha256-yEk+md5EkwYpP27u3E+oTJ8thgtH2Uy1x3JIWPBhqeE=";
+ })
];
nativeBuildInputs = [