aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher R. Nelson <christopher.nelson@languidnights.com>2023-05-13 13:26:35 -0400
committerChristopher R. Nelson <christopher.nelson@languidnights.com>2023-05-13 13:26:35 -0400
commit0234804faecaa58eb061c9c1eef3ee14d79a48d4 (patch)
treef0838c561cdbc3ab530643309caa3f59ef9a559d
parent2480744234dd4226ef3b723870ca9e4e022ee754 (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 2d869c9..0e28eb7 100644
--- a/crn/packages.scm
+++ b/crn/packages.scm
@@ -25,7 +25,7 @@
search-patches
%patch-path))
-(define (search-patch file-name)
+(define-public (search-patch file-name)
"Search the patch FILE-NAME. Raise an error if not found."
(or (search-path (%patch-path) file-name)
(raise (formatted-message (G_ "~a: patch not found")