From 7318988f6d56cf72dad0c923dcde1418fd091bc5 Mon Sep 17 00:00:00 2001 From: Yann Dupont Date: Tue, 31 Aug 2021 23:20:29 +0200 Subject: [PATCH] change qemu with rbd to 6.1 --- gnu/packages/glicid.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/glicid.scm b/gnu/packages/glicid.scm index a0514f4..dc5d110 100644 --- a/gnu/packages/glicid.scm +++ b/gnu/packages/glicid.scm @@ -1520,7 +1520,7 @@ storage protocols (S3, NFS, and others) through the RADOS gateway.") (package - (inherit qemu) + (inherit glicid-qemu) (name "qemu-with-rbd") ; (arguments ; `(#:configure-flags @@ -1546,7 +1546,7 @@ storage protocols (S3, NFS, and others) through the RADOS gateway.") (inputs `(("glicid-ceph:lib", glicid-ceph "lib" ) - ,@(package-inputs qemu))) + ,@(package-inputs glicid-qemu)))