aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher R. Nelson <christopher.nelson@languidnights.com>2023-05-13 14:05:03 -0400
committerChristopher R. Nelson <christopher.nelson@languidnights.com>2023-05-13 14:05:03 -0400
commit6caed2c8effda4c13f5b3d1a769e6f228d8e7785 (patch)
tree377d6f3a1181a1fe861f013c2e15a7a8c8dceaf5
parent5e6505b96def3e5a6e94c393a52e817ff12e0c65 (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 cfadadb..7b88857 100644
--- a/crn/packages.scm
+++ b/crn/packages.scm
@@ -37,7 +37,7 @@
FILE-NAME found in %PATCH-PATH."
(list (search-path
(cons (string-append
- (find (lambda (path) (file-exists? (string-append path "/crn/packages.scm")) %load-path))
+ (find (lambda (path) (file-exists? (string-append path "/crn/packages.scm"))) %load-path)
"/crn/packages/patches")
gnu:%patch-path)
file-name) ...))