From 945a1bb6245733487dbaff6db230e6ab84ced1f9 Mon Sep 17 00:00:00 2001
From: Ekaitz Zarraga <ekaitz@elenq.tech>
Date: Wed, 23 Oct 2024 16:10:52 +0200
Subject: Use qemu-7.2.4 that was added because of our issue

---
 desktop.scm | 23 ++---------------------
 1 file changed, 2 insertions(+), 21 deletions(-)

diff --git a/desktop.scm b/desktop.scm
index 81ce767..a046be2 100644
--- a/desktop.scm
+++ b/desktop.scm
@@ -11,6 +11,7 @@
              (gnu packages xdisorg)
              (gnu packages xorg)
              (gnu packages video)
+             (gnu packages virtualization)
              (gnu services virtualization)
              (gnu services pm)
              (tuxedo-keyboard)
@@ -18,26 +19,6 @@
              (nongnu system linux-initrd))
 
 
-;; TODO: Remove me when NlNet project ends
-(use-modules (guix inferior) (guix channels) (srfi srfi-1))
-(define channels
-  (list
-      (channel
-        (name 'ekaitz)
-        (url "git://git.elenq.tech/guix-packages")
-        (branch "master")
-        (commit
-          "228e85fc043aa127ab0820109068def10db5861b"))
-      (channel
-        (name 'guix)
-        (url "https://git.savannah.gnu.org/git/guix.git")
-        (branch "master")
-        (commit
-          "447e9c96259e8fa15a828de9b2dd3400e2ffafe6"))))
-(define inferior
-  (inferior-for-channels channels))
-(define qemu (first (lookup-inferior-packages inferior "qemu" "7")))
-
 ;; Keyboard layout
 (define us-keyboard-for-bootloader-and-linux (keyboard-layout "us"))
 (define my-real-keyboard-layout
@@ -93,7 +74,7 @@
         (service qemu-binfmt-service-type
                  (qemu-binfmt-configuration
                    (platforms (lookup-qemu-platforms "riscv64" "aarch64"))
-                   (qemu qemu)))))
+                   (qemu qemu-7.2.4)))))
 
 
 
-- 
cgit v1.2.3