diff options
Diffstat (limited to 'crn/packages.scm')
-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 f64848f..b399b1e 100644 --- a/crn/packages.scm +++ b/crn/packages.scm @@ -35,7 +35,7 @@ (define-syntax-rule (crn/search-patches file-name ...) "Return the list of absolute file names corresponding to each FILE-NAME found in %PATCH-PATH." - (list (crn/search-patch file-name) ...)) + (list (search-path (%patch-path) file-name) ...)) (define %channel-root (find (lambda (path) |