From a432c5a41a04af5323c3f8d340343f494d473b35 Mon Sep 17 00:00:00 2001 From: Franz Geffke Date: Sun, 31 Mar 2024 16:57:03 +0100 Subject: px: Fix unbound variable related to btuart duplicate removal --- px/hardware/raspberrypi.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'px') diff --git a/px/hardware/raspberrypi.scm b/px/hardware/raspberrypi.scm index 2dbde25..cde37fd 100644 --- a/px/hardware/raspberrypi.scm +++ b/px/hardware/raspberrypi.scm @@ -5,7 +5,7 @@ #:use-module (nongnu packages linux) #:use-module (px system os) #:use-module (px packages linux) - #:use-module (px services device) + #:use-module (px services bluetooth) #:export (%raspberry-pi-4-template %seeed-reterminal-template)) -- cgit v1.2.3