aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher R. Nelson <christopher.nelson@languidnights.com>2023-05-13 13:36:33 -0400
committerChristopher R. Nelson <christopher.nelson@languidnights.com>2023-05-13 13:36:33 -0400
commit02ec386bb32ca7f3725fe9ba16f113fa47f4197c (patch)
tree3b45884b2a30ca3da2d6dead578f83b3fde13137
parentc2b3b72d64304cde2108570055963d5cf8d159f0 (diff)
update search-patch to be public?
-rw-r--r--crn/packages.scm4
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)