aboutsummaryrefslogtreecommitdiff
path: root/tests/rsa.key
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-10-15 22:14:22 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-11-11 12:18:16 -0500
commit0d56844268c93620445dbedb01fd2e7992e78c0e (patch)
treebf8ab34af6b375219968ab2c59b86b6503266aaf /tests/rsa.key
parent30266441045873a30a9443670c607f955e858505 (diff)
downloadguix-0d56844268c93620445dbedb01fd2e7992e78c0e.tar.gz
guix-0d56844268c93620445dbedb01fd2e7992e78c0e.zip
gnu: heimdal: Fix build.
* gnu/packages/kerberos.scm (heimdal): Remove trailing #t. [inputs]: Add mit-krb5. Add bash-minimal inconditionally. [native-inputs]: Add perl inconditionally.
Diffstat (limited to 'tests/rsa.key')
0 files changed, 0 insertions, 0 deletions
le>
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 07530cbd6a..25b219e796 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -27241,6 +27241,26 @@ Assignment that can be easily adapted to other usages. This template features
a colorful theme that makes it look elegant and attractive.")
(license license:expat)))
+(define-public texlive-seuthesis
+ (package
+ (name "texlive-seuthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/seuthesis/"
+ "doc/latex/seuthesis/"
+ "source/latex/seuthesis/")
+ (base32
+ "1gb1bql0llnms1c18xzp4g8j16zffinjjydiv4gsasyvxc0p8c5n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/seuthesis")
+ (synopsis "LaTeX template for theses at Southeastern University")
+ (description
+ "This template is for theses at Southeastern University, Nanjing,
+China.")
+ (license license:gpl3)))
+
(define-public texlive-sfg
(package
(name "texlive-sfg")
il>. * configure.ac: Require Guile >= 3.0.3. * doc/guix.texi (Requirements): Update accordingly. Ludovic Courtès 2021-11-23maint: "make dist" builds tarballs in 'ustar' format....This allows us to have file names longer than 99 characters. * configure.ac: Pass 'tar-ustar' to 'AM_INIT_AUTOMAKE'. Ludovic Courtès