modules: Add (radix packages)
parent
049c4cd7ec
commit
af57367608
|
@ -0,0 +1,10 @@
|
||||||
|
(define-module (radix packages)
|
||||||
|
#:use-module (radix combinators)
|
||||||
|
#:export (%patch-path))
|
||||||
|
|
||||||
|
(define %patch-path
|
||||||
|
(map (partial (flip string-append)
|
||||||
|
"/radix/packages/patches")
|
||||||
|
(filter (partial string-suffix?
|
||||||
|
"/guix/current/share/guile/site/3.0")
|
||||||
|
%load-path)))
|
Loading…
Reference in New Issue