diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-05-14 22:53:44 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-05-15 00:01:39 +0200 |
commit | 2050734717de63d2b19daf08d44ec737122b8c4e (patch) | |
tree | 41ea5a63f8b76f52de9a6104d7b181cb17d99643 /Makefile.am | |
parent | bbd9c9c901d733d0bcba74e7c53d42c251adc9ff (diff) | |
download | patches-2050734717de63d2b19daf08d44ec737122b8c4e.tar patches-2050734717de63d2b19daf08d44ec737122b8c4e.tar.gz |
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6a5dd64fed..fd368d7493 100644 --- a/Makefile.am +++ b/Makefile.am @@ -95,6 +95,7 @@ MODULES = \ guix/repl.scm \ guix/inferior.scm \ guix/describe.scm \ + guix/quirks.scm \ guix/channels.scm \ guix/gnu-maintenance.scm \ guix/self.scm \ |