Add languagetool, kitty, and dino
This commit is contained in:
parent
4534943d0d
commit
0c7b7b66dd
3 changed files with 51 additions and 3 deletions
20
channels.scm
20
channels.scm
|
@ -51,7 +51,25 @@
|
|||
(make-channel-introduction
|
||||
"12540f593092e9a177eb8a974a57bb4892327752"
|
||||
(openpgp-fingerprint
|
||||
"3FFA 7335 973E 0A49 47FC 0A8C 38D5 96BE 07D3 34AB"))))
|
||||
"3FFA 7335 973E 0A49 47FC 0A8C 38D5 96BE 07D3 34AB"))))
|
||||
(channel
|
||||
(name 'kbg)
|
||||
(url "https://git.sr.ht/~kennyballou/guix-channel")
|
||||
(branch "master")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"b9d0b8041d28ebd9f85cb041aa3f2235c8b39417"
|
||||
(openpgp-fingerprint
|
||||
"10F4 14AB D526 0D0E 2372 8C08 FE55 890B 57AE DCE5"))))
|
||||
(channel
|
||||
(name 'small-guix)
|
||||
(url "https://codeberg.org/fishinthecalculator/small-guix")
|
||||
(branch "master")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"f260da13666cd41ae3202270784e61e062a3999c"
|
||||
(openpgp-fingerprint
|
||||
"8D10 60B9 6BB8 292E 829B 7249 AED4 1CC1 93B7 01E2"))))
|
||||
(channel
|
||||
(name 'nonguix)
|
||||
(url "https://gitlab.com/nonguix/nonguix")
|
||||
|
|
|
@ -64,6 +64,28 @@
|
|||
"12540f593092e9a177eb8a974a57bb4892327752"
|
||||
(openpgp-fingerprint
|
||||
"3FFA 7335 973E 0A49 47FC 0A8C 38D5 96BE 07D3 34AB"))))
|
||||
(channel
|
||||
(name 'kbg)
|
||||
(url "https://git.sr.ht/~kennyballou/guix-channel")
|
||||
(branch "master")
|
||||
(commit
|
||||
"8e7f99f775082cf067ed6495eba9120c97210974")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"b9d0b8041d28ebd9f85cb041aa3f2235c8b39417"
|
||||
(openpgp-fingerprint
|
||||
"10F4 14AB D526 0D0E 2372 8C08 FE55 890B 57AE DCE5"))))
|
||||
(channel
|
||||
(name 'small-guix)
|
||||
(url "https://codeberg.org/fishinthecalculator/small-guix")
|
||||
(branch "master")
|
||||
(commit
|
||||
"45a69198f39c84ea0e2640e0d0b98f3936be8332")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"f260da13666cd41ae3202270784e61e062a3999c"
|
||||
(openpgp-fingerprint
|
||||
"8D10 60B9 6BB8 292E 829B 7249 AED4 1CC1 93B7 01E2"))))
|
||||
(channel
|
||||
(name 'nonguix)
|
||||
(url "https://gitlab.com/nonguix/nonguix")
|
||||
|
|
|
@ -26,6 +26,16 @@
|
|||
"procps"
|
||||
"psmisc"
|
||||
"git-delta"
|
||||
; "torbrowser" - build fails on aarch64
|
||||
"kitty"
|
||||
; "zen-browser-bin" - runpath validation failed
|
||||
"LanguageTool"
|
||||
"LanguageTool-ngrams-en"
|
||||
; "librewolf" - pigz: no such file or directory
|
||||
; "element-desktop" - no aarch64 build
|
||||
; "bitwarden-desktop" - no aarch64 build
|
||||
"dino"
|
||||
; "rclone" - build error: cannot find ld
|
||||
"fzf"
|
||||
"julia"
|
||||
"distrobox"
|
||||
|
@ -66,7 +76,6 @@
|
|||
"weechat"
|
||||
; "telegram-desktop" - libcamera broken
|
||||
"nss-certs"
|
||||
; "librewolf" - libcamera broken
|
||||
"icecat"
|
||||
; "ungoogled-chromium-wayland" - libcamera broken
|
||||
"icedove-wayland"
|
||||
|
@ -109,7 +118,6 @@
|
|||
"helix"
|
||||
; "monero-gui" - tests for dependency fail
|
||||
"vim"
|
||||
; "firefox" - tests for dependency fail
|
||||
"yt-dlp"
|
||||
"neovim"
|
||||
"neomutt"
|
||||
|
|
Loading…
Add table
Reference in a new issue