feat: use the latest version of kakoune
parent
74b39211c3
commit
77ba70c14f
3
buer.scm
3
buer.scm
|
@ -6,6 +6,7 @@
|
||||||
#|Guix |# (guix gexp)
|
#|Guix |# (guix gexp)
|
||||||
#|Misc |# (ice-9 match)
|
#|Misc |# (ice-9 match)
|
||||||
#|Radix|# (radix packages linux)
|
#|Radix|# (radix packages linux)
|
||||||
|
(radix packages text-editors)
|
||||||
(radix services linux)
|
(radix services linux)
|
||||||
(radix system setuid)
|
(radix system setuid)
|
||||||
(radix secrets)
|
(radix secrets)
|
||||||
|
@ -112,7 +113,7 @@
|
||||||
#|math |# libqalculate
|
#|math |# libqalculate
|
||||||
#|shells |# dash
|
#|shells |# dash
|
||||||
#|texinfo |# info-reader
|
#|texinfo |# info-reader
|
||||||
#|text-editors|# kakoune
|
#|text-editors|# kakoune-next
|
||||||
#|tmux |# tmux
|
#|tmux |# tmux
|
||||||
#|vpn |# wireguard-tools))
|
#|vpn |# wireguard-tools))
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
(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))
|
Loading…
Reference in New Issue