diff options
author | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2023-05-13 13:36:33 -0400 |
---|---|---|
committer | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2023-05-13 13:36:33 -0400 |
commit | 02ec386bb32ca7f3725fe9ba16f113fa47f4197c (patch) | |
tree | 3b45884b2a30ca3da2d6dead578f83b3fde13137 /crn | |
parent | c2b3b72d64304cde2108570055963d5cf8d159f0 (diff) |
update search-patch to be public?
Diffstat (limited to 'crn')
-rw-r--r-- | crn/packages.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crn/packages.scm b/crn/packages.scm index aaa92d8..1d5f6f0 100644 --- a/crn/packages.scm +++ b/crn/packages.scm @@ -21,8 +21,8 @@ #:use-module (guix diagnostics) #:use-module (guix i18n) #:use-module (srfi srfi-1) - #:export (search-patch - search-patches + #:export (crn/search-patch + crn/search-patches %patch-path)) (define (crn/search-patch file-name) |