guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: home: services: Add missing import.


From: guix-commits
Subject: 01/06: home: services: Add missing import.
Date: Sun, 28 Jan 2024 16:54:04 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 68b2a19c20170ace0a2cdf7f93cff747638d3516
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Jan 28 22:03:24 2024 +0100

    home: services: Add missing import.
    
    * gnu/home/services.scm: Import (srfi srfi-34) for ‘raise’.
    
    Change-Id: Ib0e8d134f3953c78a09b623f697e7e5b251d5611
---
 gnu/home/services.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/home/services.scm b/gnu/home/services.scm
index 44f585aff5..b69cd91203 100644
--- a/gnu/home/services.scm
+++ b/gnu/home/services.scm
@@ -37,6 +37,7 @@
   #:use-module (guix memoization)
   #:use-module (srfi srfi-1)
   #:use-module (srfi srfi-9)
+  #:use-module (srfi srfi-34)
   #:use-module (ice-9 match)
   #:use-module (ice-9 vlist)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]