From 73f628b98b742c115dccd52bfc62e91d5c434b6e Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Mon, 4 Mar 2024 19:04:52 -0500 Subject: [PATCH] Add uniseg as dependency --- guix.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guix.scm b/guix.scm index e30f59f..755abfe 100644 --- a/guix.scm +++ b/guix.scm @@ -10,6 +10,7 @@ (guix gexp) ((guix licenses) #:prefix license:) (guix packages) + (solarpunk packages guile) (srfi srfi-1)) (package @@ -29,7 +30,7 @@ (arguments `()) (native-inputs (list autoconf automake pkg-config texinfo)) - (inputs (list guile-3.0)) + (inputs (list guile-3.0 guile-uniseg)) (propagated-inputs (list)) (synopsis "Guile port of reflow") (description @@ -37,4 +38,3 @@ (home-page "https://git.solarpunk.moe/vv/guile-reflow") (license license:gpl3+)) -