summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2023-08-16gnu: texlive-xpinyin: Fix build....* gnu/packages/tex.scm (texlive-xpinyin)[arguments]<#:tex-format>: Use "luatex". <#:phases>: Properly generate database. Improve reproducibility of the package. [native-inputs]: Add an input for "Unihan.zip". Nicolas Goaziou
2023-08-16gnu: texlive-uplatex: Fix build....* gnu/packages/tex.scm (texlive-uplatex)[arguments]<#:phases>: Add a phase to deal with duplicate "ukinsoku.tex". Nicolas Goaziou
2023-08-16gnu: Add texlive-zhlipsum....* gnu/packages/tex.scm (texlive-zhlipsum): New variable. Nicolas Goaziou
2023-08-16gnu: Add texlive-zhlineskip....* gnu/packages/tex.scm (texlive-zhlineskip): New variable. Nicolas Goaziou
2023-08-16gnu: Add texlive-xtuthesis....* gnu/packages/tex.scm (texlive-xtuthesis): New variable. Nicolas Goaziou
2023-08-16gnu: Add texlive-upzhkinsoku....* gnu/packages/tex.scm (texlive-upzhkinsoku): New variable. Nicolas Goaziou
2023-08-16gnu: Add texlive-tlmgr-intro-zh-cn....* gnu/packages/tex.scm (texlive-tlmgr-intro-zh-cn): New variable. Nicolas Goaziou
2023-08-16gnu: Add texlive-texproposal....* gnu/packages/tex.scm (texlive-texproposal): New variable. Nicolas Goaziou
2023-08-16gnu: Add texlive-qyxf-book....* gnu/packages/tex.scm (texlive-qyxf-book): New variable. Nicolas Goaziou
2023-08-16gnu: Add texlive-pgfornament-han....* gnu/packages/tex.scm (texlive-pgfornament-han): New variable. Nicolas Goaziou
2023-08-16gnu: Add texlive-njurepo....* gnu/packages/tex.scm (texlive-njurepo): New variable. Nicolas Goaziou
2023-08-16gnu: Add texlive-nanicolle....* gnu/packages/tex.scm (texlive-nanicolle): New variable. Nicolas Goaziou
2023-08-16gnu: Add texlive-lshort-chinese....* gnu/packages/tex.scm (texlive-lshort-chinese): New variable. Nicolas Goaziou
2023-08-16gnu: Add texlive-latex-notes-zh-cn....* gnu/packages/tex.scm (texlive-latex-notes-zh-cn): New variable. Nicolas Goaziou
2023-08-16gnu: Add texlive-install-latex-guide-zh-cn....* gnu/packages/tex.scm (texlive-install-latex-guide-zh-cn): New variable. Nicolas Goaziou
2023-08-16gnu: Add texlive-impatient-cn....* gnu/packages/tex.scm (texlive-impatient-cn): New variable. Nicolas Goaziou
2023-08-16gnu: Add texlive-hanzibox....* gnu/packages/tex.scm (texlive-hanzibox): New variable. Nicolas Goaziou
2023-08-16gnu: Add texlive-fduthesis....* gnu/packages/tex.scm (texlive-fduthesis): New variable. Nicolas Goaziou
2023-08-16gnu: Add texlive-exam-zh....* gnu/packages/tex.scm (texlive-exam-zh): New variable. Nicolas Goaziou
2023-08-16gnu: Add texlive-ctex-faq....* gnu/packages/tex.scm (texlive-ctex-faq): New variable. Nicolas Goaziou
2023-08-16gnu: Add texlive-asymptote-manual-zh-cn....* gnu/packages/tex.scm (texlive-asymptote-manual-zh-cn): New variable. Nicolas Goaziou
2023-08-16gnu: Add texlive-asymptote-faq-zh-cn....* gnu/packages/tex.scm (texlive-asymptote-faq-zh-cn): New variable. Nicolas Goaziou
2023-08-16gnu: Add texlive-asymptote-by-example-zh-cn....* gnu/packages/tex.scm (texlive-asymptote-by-example-zh-cn): New variable. Nicolas Goaziou
2023-08-16gnu: Add texlive-arphic-ttf....* gnu/packages/tex.scm (texlive-arphic-ttf): New variable. Nicolas Goaziou
2023-08-16gnu: texlive-platex: Fix build....* gnu/packages/tex.scm (texlive-platex)[arguments]<#:phases>: Add a phase to deal with duplicate "kinsoku.tex". Nicolas Goaziou
2023-08-16gnu: texlive-everyhook: Fix build....* gnu/packages/tex.scm (texlive-everyhook)[arguments]: Build with "latex" TeX format. [native-inputs]: Use TEXLIVE-UPDMAP.CFG. Add TEXLIVE-BERA, TEXLIVE-ENUMITEM, TEXLIVE-ETOOLBOX, TEXLIVE-HYPDOC, TEXLIVE-INCONSOLATA, TEXLIVE-LIPSUM, TEXLIVE-LISTINGS, TEXLIVE-MATHPAZO, TEXLIVE-MICROTYPE, TEXLIVE-PALATINO, TEXLIVE-SVN-PROV, TEXLIVE-UPQUOTE, TEXLIVE-XKEYVAL. Nicolas Goaziou
2023-08-15gnu: Move stalonetray to (gnu packages xdisorg)....See <https://issues.guix.gnu.org/63080>. * gnu/packages/stalonetray.scm (stalonetray): Move from here… * gnu/packages/xdisorg.scm (stalonetray): …to here. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org> kiasoc5
2023-08-15gnu: stalonetray: Update to 0.8.5....* gnu/packages/stalonetray.scm (stalonetray): Update to 0.8.5. [source]: Switch to git reference from GitHub. [arguments](phases): add phase to fix docbook root. [inputs]: Add libxpm. [native-inputs]: Add autoconf, autoconf, automake, libxslt, docbook-xsl. [homepage]: Update. Signed-off-by: Ludovic Courtès <ludo@gnu.org> kiasoc5
2023-08-15services: Add cachefilesd service....Thanks to Bruno Victal "mirai" for cooperating on this patch and for generously sharing a wealth of insights about Guix services. Thanks to Jean-Baptiste Note for an early version of this service! * doc/guix.texi (Linux Services)[Cachefilesd Service]: New heading. * gnu/services/linux.scm (serialize-string, non-negative-integer?) (serialize-non-negative-integer, string, non-negative-integer) (make-option-serializer, make-percentage-threshold-serializer): New procedures. (cachefilesd-configuration): New record type. (cachefilesd-service-type): New variable. * gnu/tests/cachefilesd.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Co-authored-by: Bruno Victal <mirai@makinata.eu> Signed-off-by: Ludovic Courtès <ludo@gnu.org> Felix Lechner
2023-08-15services: Use more 'file-append'....* gnu/services/authentication.scm (pam-ldap-pam-service): Use 'file-append' instead of #~(string-append ...). * gnu/services/base.scm (greetd-pam-service): Likewise. * gnu/services/kerberos.scm (pam-krb5-pam-service): Likewise. * gnu/services/pam-mount.scm (pam-mount-pam-service): Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Felix Lechner
2023-08-15services: pam-limits: Keep 'limits.conf' in the store....* gnu/services/base.scm (pam-limits-service-type)[pam-extension]: Wrap into a 'lambda' that takes 'limits-file'. Pass that in the <pam-entry> 'arguments' field. Define 'make-limits-file' and use it. Remove ETC-SERVICE-TYPE extension. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Felix Lechner
2023-08-15tests: pam-limits: Confirm actual ulimits are installed....This revised system test is superior to the one accepted when #61744 was closed because it confirms whether the configured limits are actually being enforced upon login. The previous test merely validated the serialization of one particular config in the config file. * gnu/tests/pam.scm (pam-limits-service): Revise test to confirm limits on login. (%test-pam-limits)[description]: Update. (%test-pam-limits-deprecated): Remove. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Felix Lechner
2023-08-15gnu: pcb2gcode: Build with librsvg-for-system....* gnu/packages/engineering.scm (pcb2gcode)[inputs]: Replace librsvg with librsvg-for-system. Efraim Flashner
2023-08-15gnu: Add texlive-collection-langarabic....* gnu/packages/tex.scm (texlive-collection-langarabic): New variable. Nicolas Goaziou
2023-08-15gnu: Add texlive-xindy-persian....* gnu/packages/tex.scm (texlive-xindy-persian): New variable. Nicolas Goaziou
2023-08-15gnu: Add texlive-xepersian-hm....* gnu/packages/tex.scm (texlive-xepersian-hm): New variable. Nicolas Goaziou
2023-08-15gnu: Add texlive-xepersian....* gnu/packages/tex.scm (texlive-xepersian): New variable. Nicolas Goaziou
2023-08-15gnu: Add texlive-tram....* gnu/packages/tex.scm (texlive-tram): New variable. Nicolas Goaziou
2023-08-15gnu: Add texlive-texnegar....* gnu/packages/tex.scm (texlive-texnegar): New variable. Nicolas Goaziou
2023-08-15gnu: Add texlive-simurgh....* gnu/packages/tex.scm (texlive-simurgh): New variable. Nicolas Goaziou
2023-08-15gnu: Add texlive-sexam....* gnu/packages/tex.scm (texlive-sexam): New variable. Nicolas Goaziou
2023-08-15gnu: Add texlive-quran....* gnu/packages/tex.scm (texlive-quran): New variable. Nicolas Goaziou
2023-08-15gnu: Add texlive-persian-bib....* gnu/packages/tex.scm (texlive-persian-bib): New variable. Nicolas Goaziou
2023-08-15gnu: Add texlive-na-box....* gnu/packages/tex.scm (texlive-na-box): New variable. Nicolas Goaziou
2023-08-15gnu: Add texlive-lshort-persian....* gnu/packages/tex.scm (texlive-lshort-persian): New variable. Nicolas Goaziou
2023-08-15gnu: Add texlive-kurdishlipsum....* gnu/packages/tex.scm (texlive-kurdishlipsum): New variable. Nicolas Goaziou
2023-08-15gnu: Add texlive-imsproc....* gnu/packages/tex.scm (texlive-imsproc): New variable. Nicolas Goaziou
2023-08-15gnu: Add texlive-hvarabic....* gnu/packages/tex.scm (texlive-hvarabic): New variable. Nicolas Goaziou
2023-08-15gnu: Add texlive-ghab....* gnu/packages/tex.scm (texlive-ghab): New variable. Nicolas Goaziou
2023-08-15gnu: Add texlive-dad....* gnu/packages/tex.scm (texlive-dad): New variable. Nicolas Goaziou