diff options
author | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2023-05-13 13:26:35 -0400 |
---|---|---|
committer | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2023-05-13 13:26:35 -0400 |
commit | 0234804faecaa58eb061c9c1eef3ee14d79a48d4 (patch) | |
tree | f0838c561cdbc3ab530643309caa3f59ef9a559d /crn | |
parent | 2480744234dd4226ef3b723870ca9e4e022ee754 (diff) |
update search-patch to be public?
Diffstat (limited to 'crn')
-rw-r--r-- | crn/packages.scm | 2 |
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") |