civodul pushed a commit to branch master
in repository maintenance.
commit b99e8b7da9225f2c0a7a8649a28fa53406570ffc
Author: Ludovic Courtès <[email protected]>
AuthorDate: Fri Jun 3 19:34:58 2022 +0200
programming-2022: Add channels and manifest.
* doc/programming-2022/manifest.scm,
doc/programming-2022/channels.scm: New files.
---
doc/programming-2022/channels.scm | 11 +++++++++++
doc/programming-2022/manifest.scm | 8 ++++++++
2 files changed, 19 insertions(+)
diff --git a/doc/programming-2022/channels.scm
b/doc/programming-2022/channels.scm
new file mode 100644
index 0000000..ae02d8b
--- /dev/null
+++ b/doc/programming-2022/channels.scm
@@ -0,0 +1,11 @@
+(list (channel
+ (name 'guix)
+ (url "https://git.savannah.gnu.org/git/guix.git")
+ (branch "master")
+ (commit
+ "98e2f4fbebb8b08784401e2095123fcd3d3a32cb")
+ (introduction
+ (make-channel-introduction
+ "9edb3f66fd807b096b48283debdcddccfea34bad"
+ (openpgp-fingerprint
+ "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))
diff --git a/doc/programming-2022/manifest.scm
b/doc/programming-2022/manifest.scm
new file mode 100644
index 0000000..37eed27
--- /dev/null
+++ b/doc/programming-2022/manifest.scm
@@ -0,0 +1,8 @@
+;;; Released under the GNU GPLv3 or any later version.
+;;; Copyright © 2022 Ludovic Courtès <[email protected]>
+
+;; Manifest to create an environment to build LaTeX documents.
+
+;; Unfortunately we have resort to the monolithic 'texlive' package;
+;; 'programming.cls' depends on way too many things.
+(specifications->manifest '("texlive" "rubber"))