diff options
author | Franz Geffke <franz@pantherx.org> | 2024-03-31 16:57:03 +0100 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2024-03-31 16:57:03 +0100 |
commit | a432c5a41a04af5323c3f8d340343f494d473b35 (patch) | |
tree | 6cb0e95664b98a11c75366b0e27dab997916488b | |
parent | 2e5be7cd263fe375cf808e57a836faaa634ee373 (diff) |
px: Fix unbound variable related to btuart duplicate removal
-rw-r--r-- | px/hardware/raspberrypi.scm | 2 |
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)) |