channels: Move quirks and patches to (guix quirks).
authorLudovic Courtès <ludo@gnu.org>
Thu, 14 May 2020 20:53:44 +0000 (22:53 +0200)
committerLudovic Courtès <ludo@gnu.org>
Thu, 14 May 2020 22:01:39 +0000 (00:01 +0200)
commit2050734717de63d2b19daf08d44ec737122b8c4e
tree41ea5a63f8b76f52de9a6104d7b181cb17d99643
parentbbd9c9c901d733d0bcba74e7c53d42c251adc9ff
channels: Move quirks and patches to (guix quirks).

* guix/channels.scm (apply-patches): Don't access <patch> record
directly; use 'applicable-patch?' and 'apply-patch' instead.
(<patch>, syscalls-reexports-local-variables?)
(guile-2.2.4, %quirks, %bug-41028-patch, %patches): Move to...
* guix/quirks.scm: ... here.  New file.
(apply-patch, applicable-patch?): New procedures.
Makefile.am
guix/channels.scm
guix/quirks.scm [new file with mode: 0644]