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