10 lines
304 B
Scheme
10 lines
304 B
Scheme
(define-module (radix packages text-editors)
|
|
#:use-module (gnu packages text-editors)
|
|
#:use-module (guix transformations))
|
|
|
|
(define-public kakoune-next
|
|
((options->transformation
|
|
`((with-branch . "kakoune=master")
|
|
(with-git-url . "kakoune=https://github.com/mawww/kakoune")))
|
|
kakoune))
|