diff options
Diffstat (limited to 'crn')
| -rw-r--r-- | crn/packages.scm | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/crn/packages.scm b/crn/packages.scm index 99649b6..cfadadb 100644 --- a/crn/packages.scm +++ b/crn/packages.scm @@ -38,7 +38,8 @@ FILE-NAME found in %PATCH-PATH."    (list (search-path  	 (cons (string-append  		(find (lambda (path) (file-exists? (string-append path "/crn/packages.scm")) %load-path)) -		gnu:%patch-path)) +		"/crn/packages/patches") +		gnu:%patch-path)  	 file-name) ...))  (define %channel-root | 
