feat: use the latest version of kakoune

pull/1/head
anemofilia 2023-08-13 20:00:27 -03:00
parent 74b39211c3
commit 77ba70c14f
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
2 changed files with 11 additions and 1 deletions

View File

@ -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))

View File

@ -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))