diff options
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") |