1
0
Fork
You've already forked guix-channel
0
forked from guixcn/guix-channel
Guix 中文社区特供软件频道
  • Scheme 99.2%
  • Shell 0.8%
Find a file
Zhu Zihao 3855a3e6d3
guixcn: jianpu-ly: Avoid unnecessary shebang patch.
'jianpu-ly' requires 'python' as interpreter, which is provided in
`python-minimal-wrapper` rather than `python-minimal`.
* modules/guixcn/packages/music.scm (jianpu-ly)[inputs]: Replace
'python-minimal' with 'python-minimal-wrapper'.
[arguments]<#:phases>: Remove phase 'patch-shebang'.
2025年08月22日 15:22:09 +08:00
etc maint: Add committer.scm and pre-inst-env script. 2025年08月19日 23:28:31 +08:00
LICENSES Fix licenses and copyrights accroding to REUSE 3.3 specfication. 2025年08月20日 16:31:11 +08:00
modules/guixcn/packages guixcn: jianpu-ly: Avoid unnecessary shebang patch. 2025年08月22日 15:22:09 +08:00
.guix-authorizations Fix licenses and copyrights accroding to REUSE 3.3 specfication. 2025年08月20日 16:31:11 +08:00
.guix-channel Fix licenses and copyrights accroding to REUSE 3.3 specfication. 2025年08月20日 16:31:11 +08:00
pre-inst-env maint: Add committer.scm and pre-inst-env script. 2025年08月19日 23:28:31 +08:00
README.org Fix licenses and copyrights accroding to REUSE 3.3 specfication. 2025年08月20日 16:31:11 +08:00

Guix China 社区的 Guix 频道

使用

将 GuixCN 频道定义加入 ~/.config/guix/channels.scm ,以由 guix pull 接收更新:

 ;; ~/.config/guix/channels.scm
 (cons* (channel
 (name 'guixcn)
 (url "https://codeberg.org/guixcn/guix-channel.git")
 (introduction
 (make-channel-introduction
 "993d200265630e9c408028a022f32f34acacdf29"
 (openpgp-fingerprint
 "7EBE A494 60CE 5E2C 0875 7FDB 3B5A A993 E1A2 DFF0"))))
 %default-channels)
 ;; channels.scm 在此结束。

Guix Home 用户亦参见服务 home-channels-service-type

许可证

GPL-3.0-or-later