config/guix: Add quake-3 channel

master
Pierre Neidhardt 2019-05-25 19:48:24 +02:00
parent 657f0a7efe
commit 22e0081109
2 changed files with 10 additions and 2 deletions

View File

@ -11,6 +11,10 @@
(name 'non-free-duke-nukem-3d)
(url "https://gitlab.com/guix-gaming-channels/duke-nukem-3d.git")
(branch "master"))
(channel
(name 'non-free-quake-3)
(url "https://gitlab.com/guix-gaming-channels/quake-3.git")
(branch "master"))
;; (channel
;; (name 'guix-chromium)
;; (url "https://gitlab.com/mbakke/guix-chromium.git")

View File

@ -13,10 +13,14 @@
(name 'non-free-duke-nukem-3d)
(url "https://gitlab.com/guix-gaming-channels/duke-nukem-3d.git")
(branch "master"))
;; The following channel can be used as an alternative to
;; %default-channels to avoid rebuilding Guix on =guix pull=.
(channel
(name 'non-free-quake-3)
(url "https://gitlab.com/guix-gaming-channels/quake-3.git")
(branch "master"))
(list
(channel
;; This channel can be used as an alternative to
;; %default-channels to avoid rebuilding Guix on =guix pull=.
(inherit (car %default-channels))
;; Get commit from =guix describe -f channels=.
(commit "338defe0cbe156e8416647035403fccf059555e0"))))