summaryrefslogtreecommitdiff
path: root/px
diff options
context:
space:
mode:
authorFranz Geffke <franz@pantherx.org>2024-03-31 16:57:03 +0100
committerFranz Geffke <franz@pantherx.org>2024-03-31 16:57:03 +0100
commita432c5a41a04af5323c3f8d340343f494d473b35 (patch)
tree6cb0e95664b98a11c75366b0e27dab997916488b /px
parent2e5be7cd263fe375cf808e57a836faaa634ee373 (diff)
px: Fix unbound variable related to btuart duplicate removal
Diffstat (limited to 'px')
-rw-r--r--px/hardware/raspberrypi.scm2
1 files changed, 1 insertions, 1 deletions
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))