packages: Use -next suffix instead of -git to indicate development versions
parent
b06bf1fec3
commit
09268d1b67
|
@ -117,7 +117,7 @@
|
|||
#|toys |# oneko
|
||||
#|vesion-control|# git
|
||||
#|video |# ffmpeg mpv yt-dlp
|
||||
#|wm |# awesome-git
|
||||
#|wm |# awesome-next
|
||||
#|xdisorg |# maim xbanish xclip xinit xsel
|
||||
#|xorg |# setxkbmap xinput xf86-input-libinput xkill xmodmap
|
||||
xorg-server xrdb xset))
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#:use-module (gnu packages text-editors)
|
||||
#:use-module (guix transformations))
|
||||
|
||||
(define-public kakoune-git
|
||||
(define-public kakoune-next
|
||||
((options->transformation
|
||||
`((with-branch . "kakoune=master")
|
||||
(with-git-url . "kakoune=https://github.com/mawww/kakoune")))
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#:use-module (gnu packages wm)
|
||||
#:use-module (guix transformations))
|
||||
|
||||
(define-public awesome-git
|
||||
(define-public awesome-next
|
||||
((options->transformation
|
||||
`((with-branch . "awesome=master")
|
||||
(with-git-url . "awesome=https://github.com/awesomeWM/awesome")))
|
||||
|
|
|
@ -134,7 +134,7 @@
|
|||
#|man |# man-db mandoc man-pages
|
||||
#|shells |# dash-next
|
||||
#|texinfo |# info-reader
|
||||
#|text-editors|# kakoune-git
|
||||
#|text-editors|# kakoune-next
|
||||
#|vpn |# wireguard-tools))
|
||||
|
||||
#|Do not generate a sudoers file|#
|
||||
|
|
Loading…
Reference in New Issue