aboutsummaryrefslogtreecommitdiff
path: root/.guix-channel
blob: b852180cf2563ec7b74b93c954de38d77237f23f (about) (plain)
1
2
3
4
5
6
7
;; This is a Guix channel.

(channel
  (version 0)
  (news-file "etc/news.scm")
  (keyring-reference "keyring")
  (url "https://git.savannah.gnu.org/git/guix.git")) ;the primary URL
hed to direct mirror URI to match SSL certificate issuer (home page does not provide a download link over secure protocols). While at it added 'release-monitoing-url property to allow 'generic-html updater to fetch latest version from correct location. Otherwise the only available updater is 'gnu-ftp (which forces downgrade to ancient 4.6.1 release). * gnu/packages/mc.scm (mc): Update to 4.8.27. Explicitly set release-monitoing-url to up to date location. Sergei Trofimovich 2021-05-29gnu: mc: Order inputs alphabetically....* gnu/packages/mc.scm (mc)[native-inputs, inputs]: Order alphabetically. Tobias Geerinckx-Rice 2021-05-29Sort module imports in (gnu packages mc)....* gnu/packages/mc.scm: Order module imports alphabetically. Tobias Geerinckx-Rice 2021-05-29gnu: mc: Support mice....* gnu/packages/mc.scm (mc)[inputs]: Add gpm. Tobias Geerinckx-Rice