mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
home: services: Add missing import.
* gnu/home/services.scm: Import (srfi srfi-34) for ‘raise’. Change-Id: Ib0e8d134f3953c78a09b623f697e7e5b251d5611
This commit is contained in:
parent
08ed3ec64e
commit
68b2a19c20
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ (define-module (gnu home services)
|
|||
#: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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue