aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher R. Nelson <christopher.nelson@languidnights.com>2023-05-13 13:53:33 -0400
committerChristopher R. Nelson <christopher.nelson@languidnights.com>2023-05-13 13:53:33 -0400
commite0cebd83698d7889c64209cdd83f47127bed20de (patch)
treecc2ddcb6f8b5097cc7357df04c81f6732639aea1
parent5cae87ac77cfd0c3c31281e69f2c64b80647b6be (diff)
update search-patch to be public?
-rw-r--r--crn/packages.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/crn/packages.scm b/crn/packages.scm
index f64848f..b399b1e 100644
--- a/crn/packages.scm
+++ b/crn/packages.scm
@@ -35,7 +35,7 @@
(define-syntax-rule (crn/search-patches file-name ...)
"Return the list of absolute file names corresponding to each
FILE-NAME found in %PATCH-PATH."
- (list (crn/search-patch file-name) ...))
+ (list (search-path (%patch-path) file-name) ...))
(define %channel-root
(find (lambda (path)