guile-clipboard-speaker

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | LICENSE

commit 5f8ebba724b662f6c8a248c6905c2468cbd300ae
parent 271be4203c61bac3507af2f30696170ebb892082
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Mon, 19 Jun 2023 14:48:40 +0300

Remove unused dependency modules.

Diffstat:
Mclipboard-speaker.scm | 10+---------
1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/clipboard-speaker.scm b/clipboard-speaker.scm @@ -4,17 +4,9 @@ (define-module (clipboard-speaker) #:export (main)) -(use-modules (ice-9 match) - (ice-9 popen) - (ice-9 pretty-print) +(use-modules (ice-9 popen) (ice-9 textual-ports) - (ice-9 optargs) - (srfi srfi-1) - (srfi srfi-9) - (srfi srfi-9 gnu) (srfi srfi-26) - (srfi srfi-42) - (srfi srfi-64) ((config) #:prefix config:) ((config api) #:prefix config:api:)