guix: Disable Duke3D and Quake channels by default.

master
Pierre Neidhardt 2020-08-06 20:17:01 +02:00
parent 1621a74d43
commit e7e3f532b3
1 changed files with 8 additions and 8 deletions

View File

@ -19,12 +19,12 @@
(openpgp-fingerprint
"50F3 3E2E 5B0C 3D90 0424 ABE8 9BDC F497 A4BB CC7F")))
(branch "master"))
(channel
(name 'guix-gaming-duke-nukem-3d)
(url "https://gitlab.com/guix-gaming-channels/duke-nukem-3d.git")
(branch "master"))
(channel
(name 'guix-gaming-quake-3)
(url "https://gitlab.com/guix-gaming-channels/quake-3.git")
(branch "master"))
;; (channel
;; (name 'guix-gaming-duke-nukem-3d)
;; (url "https://gitlab.com/guix-gaming-channels/duke-nukem-3d.git")
;; (branch "master"))
;; (channel
;; (name 'guix-gaming-quake-3)
;; (url "https://gitlab.com/guix-gaming-channels/quake-3.git")
;; (branch "master"))
%default-channels)