aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher R. Nelson <christopher.nelson@languidnights.com>2023-05-13 14:23:25 -0400
committerChristopher R. Nelson <christopher.nelson@languidnights.com>2023-05-13 14:23:25 -0400
commit4faa1433a021f83208538684b1e40c223557d484 (patch)
treedf9aa79a717b5fe50408f692b3cea7b7c85e52e1
parent08429cbae8816977d5e63d2dc2c989289dc367cf (diff)
update search-patch to be public?
-rw-r--r--crn/packages.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/crn/packages.scm b/crn/packages.scm
index 2001235..44e0065 100644
--- a/crn/packages.scm
+++ b/crn/packages.scm
@@ -20,7 +20,7 @@
#:use-module ((gnu packages) #:prefix gnu:)
#:use-module (guix diagnostics)
#:use-module (guix i18n)
- #:use-module (srfi srfi-1)
+ #:use-module ((srfi srfi-1) #:prefix srfi:)
#:export (crn/search-patch
crn/search-patches
%patch-path))
@@ -38,7 +38,7 @@ FILE-NAME found in %PATCH-PATH."
(list (search-path (%patch-path) file-name) ...))
(define %channel-root
- (find (lambda (path)
+ (srfi:find (lambda (path)
(file-exists? (string-append path "/crn/packages.scm")))
%load-path))