commit 17e68196bd380bbe147b8225165d5485396a6ba7
parent 6d6dfbd000620b79ef6c359b24dc6b47b9e11504
Author: Yuval Langer <yuval.langer@gmail.com>
Date: Sun, 18 Jun 2023 21:26:57 +0300
Add module definition in main file. I was just following Guix's orders.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/clipboard-speaker.scm b/clipboard-speaker.scm
@@ -1,6 +1,8 @@
#!/usr/bin/env -S guile -e main -s
!#
+(define-module (clipboard-speaker))
+
(use-modules (ice-9 match)
(ice-9 popen)
(ice-9 pretty-print)