summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: nss: Use (guix utils).Marius Bakke2021-06-06
| | | | | * gnu/packages/nss.scm (nss)[arguments]: Utilize CC-FOR-TARGET and TARGET-64bit?.
* gnu: nss: Update to 3.66.Marius Bakke2021-06-06
| | | | | | | | | | * gnu/packages/nss.scm (nss): Update to 3.66. Reindent. [arguments]: Remove #:parallel-build?. * gnu/packages/patches/nss-getcwd-nonnull.patch: Adjust for directory change. * gnu/packages/patches/nss-3.56-pkgconfig.patch, gnu/packages/patches/nss-increase-test-timeout.patch: Revert to 6223566971. * gnu/packages/certs.scm (nss-certs)[arguments]: Adjust for directory change.
* gnu: nspr: Update to 4.31.Marius Bakke2021-06-06
| | | | * gnu/packages/nss.scm (nspr): Update to 4.31.
* gnu: nss: Prepare for GCC 10.Marius Bakke2021-06-06
| | | | | | * gnu/packages/patches/nss-getcwd-nonnull.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/nss.scm (nss)[source](patches): Add it.
* gnu: nss: Fix test failure.Marius Bakke2021-06-06
| | | | | | * gnu/packages/sqlite.scm (sqlite-uri): New variable. (sqlite)[source](uri): Use it. (sqlite-3.33): New public variable.
* gnu: opendht: Refer to the correct Nettle.Marius Bakke2021-06-06
| | | | | | | This is a follow-up to 683eb7c5b118440001b89944563603a39fc2ac05. * gnu/packages/networking.scm (opendht)[inputs]: Change from NETTLE-3.7 to NETTLE.
* gnu: gnutls: Update to 3.7.2.Maxim Cournoyer2021-06-06
| | | | | | | | | | | | | The 3.7 branch, while not considered the "stable" branch upstream, has been adopted by most major GNU/Linux distributions such as Debian, Arch, openSUSE, etc. It has the benefit of receiving all the security fixes. * gnu/packages/tls.scm (gnutls): Update to 3.7.2. Remove trailing #t. [source]: Remove the gnutls-CVE-2021-20231.patch and gnutls-CVE-2021-20232.patch patches, now incorporated in the source. * gnu/packages/patches/gnutls-CVE-2021-20231.patch: Delete file. * gnu/packages/patches/gnutls-CVE-2021-20232.patch: Likewise. * gnu/local.mk (dist_patch_DATA): De-register them.
* gnu: hypre: Update to 2020.0.Marius Bakke2021-06-06
| | | | | | | | | | | | | | | | | | | | * gnu/packages/maths.scm (hypre): Update to 2020.0. [source](modules, snippet): Remove. [native-inputs]: Remove PERL, NETPBM and GHOSTSCRIPT. Add PYTHON, PYTHON-SPHINX and PYTHON-BREATHE. Add TEXLIVE-ADJUSTBOX, TEXLIVE-AMSFONTS, TEXLIVE-CAPTION, TEXLIVE-ETOOLBOX, TEXLIVE-JKNAPPEN, TEXLIVE-SECTSTY, TEXLIVE-TEX-GYRE, TEXLIVE-WASY, TEXLIVE-XCOLOR, TEXLIVE-GENERIC-LISTOFITEMS, TEXLIVE-GENERIC-ULEM, TEXLIVE-LATEX-CAPT-OF, TEXLIVE-LATEX-CMAP, TEXLIVE-LATEX-COLORTBL, TEXLIVE-LATEX-ETOC, TEXLIVE-LATEX-FANCYHDR, TEXLIVE-LATEX-FANCYVRB, TEXLIVE-LATEX-FLOAT, TEXLIVE-LATEX-FNCYCHAP, TEXLIVE-LATEX-FRAMED, TEXLIVE-LATEX-GEOMETRY, TEXLIVE-LATEX-HANGING, TEXLIVE-LATEX-MULTIROW, TEXLIVE-LATEX-NATBIB, TEXLIVE-LATEX-NEEDSPACE, TEXLIVE-LATEX-NEWUNICODECHAR, TEXLIVE-LATEX-PARSKIP, TEXLIVE-LATEX-STACKENGINE, TEXLIVE-LATEX-TABULARY, TEXLIVE-LATEX-TITLESEC, TEXLIVE-LATEX-TOCLOFT, TEXLIVE-LATEX-UPQUOTE, TEXLIVE-LATEX-VARWIDTH, TEXLIVE-LATEX-WASYSYM, and TEXLIVE-LATEX-WRAPFIG to TEXLIVE-UPDMAP.CFG. [arguments]: Adjust doc build target and installation phase. Remove trailing #t's.
* gnu: texlive-latex-tools: Provide array-2016-10-06.sty.Marius Bakke2021-06-06
| | | | | * gnu/packages/tex.scm (texlive-latex-tools)[arguments]: Add phase that makes array.sty available with a different name.
* gnu: Add texlive-latex-tocloft.Marius Bakke2021-06-06
| | | | * gnu/packages/tex.scm (texlive-latex-tocloft): New public variable.
* gnu: Add texlive-latex-stackengine.Marius Bakke2021-06-06
| | | | * gnu/packages/tex.scm (texlive-latex-stackengine): New public variable.
* gnu: Add texlive-latex-newunicodechar.Marius Bakke2021-06-06
| | | | * gnu/packages/tex.scm (texlive-latex-newunicodechar): New public variable.
* gnu: Add texlive-latex-hanging.Marius Bakke2021-06-06
| | | | * gnu/packages/tex.scm (texlive-latex-hanging): New public variable.
* gnu: Add texlive-latex-etoc.Marius Bakke2021-06-06
| | | | * gnu/packages/tex.scm (texlive-latex-etoc): New public variable.
* gnu: Add texlive-tex-gyre.Marius Bakke2021-06-06
| | | | * gnu/packages/tex.scm (texlive-tex-gyre): New public variable.
* gnu: dblatex: Remove unused TeX inputs.Marius Bakke2021-06-06
| | | | | | * gnu/packages/docbook.scm (dblatex)[inputs]: Remove TEXLIVE-LATEX-EEPIC, TEXLIVE-LATEX-ESO-PIC, TEXLIVE-LATEX-OBERDIEK, TEXLIVE-LATEX-URL, and TEXLIVE-FONTS-EC from updmap.cfg.
* gnu: texlive-graphics-def: Propagate missing dependency.Marius Bakke2021-06-06
| | | | | * gnu/packages/tex.scm (texlive-graphics-def)[propagated-inputs]: New field. Add TEXLIVE-LATEX-EPSTOPDF-PKG.
* gnu: texlive-hyperref: Don't propagate texlive-oberdiek.Marius Bakke2021-06-06
| | | | | | | | | | | | * gnu/packages/tex.scm (texlive-hyperref)[propagated-inputs]: Remove TEXLIVE-OBERDIEK. Add TEXLIVE-GENERIC-ATBEGSHI, TEXLIVE-GENERIC-BITSET, TEXLIVE-GENERIC-ETEXCMDS, TEXLIVE-GENERIC-GETTITLESTRING, TEXLIVE-GENERIC-IFTEX, TEXLIVE-GENERIC-INFWARERR, TEXLIVE-GENERIC-INTCALC, TEXLIVE-GENERIC-KVDEFINEKEYS, TEXLIVE-GENERIC-LTXCMDS, TEXLIVE-GENERIC-PDFESCAPE, TEXLIVE-LATEX-AUXHOOK, TEXLIVE-LATEX-ATVERYEND, TEXLIVE-LATEX-HYCOLOR, TEXLIVE-LATEX-KVOPTIONS, TEXLIVE-LATEX-LETLTXMACRO, TEXLIVE-LATEX-PDFTEXCMDS, TEXLIVE-LATEX-REFCOUNT, and TEXLIVE-LATEX-RERUNFILECHECK.
* gnu: texlive-base: Propagate texlive-kpathsea.Marius Bakke2021-06-06
| | | | | * gnu/packages/tex.scm (texlive-base)[propagated-inputs]: Add TEXLIVE-KPATHSEA.
* gnu: Add texlive-latex-rerunfilecheck.Marius Bakke2021-06-06
| | | | * gnu/packages/tex.scm (texlive-latex-rerunfilecheck): New public variable.
* gnu: Add texlive-generic-uniquecounter.Marius Bakke2021-06-06
| | | | * gnu/packages/tex.scm (texlive-generic-uniquecounter): New public variable.
* gnu: Add texlive-generic-pdfescape.Marius Bakke2021-06-06
| | | | * gnu/packages/tex.scm (texlive-generic-pdfescape): New public variable.
* gnu: Add texlive-latex-kvoptions.Marius Bakke2021-06-06
| | | | * gnu/packages/tex.scm (texlive-latex-kvoptions): New public variable.
* gnu: Add texlive-generic-kvsetkeys.Marius Bakke2021-06-06
| | | | * gnu/packages/tex.scm (texlive-generic-kvsetkeys): New public variable.
* gnu: Add texlive-generic-kvdefinekeys.Marius Bakke2021-06-06
| | | | * gnu/packages/tex.scm (texlive-generic-kvdefinekeys): New public variable.
* gnu: Add texlive-generic-gettitlestring.Marius Bakke2021-06-06
| | | | * gnu/packages/tex.scm (texlive-generic-gettitlestring): New public variable.
* gnu: Add texlive-generic-etexcmds.Marius Bakke2021-06-06
| | | | * gnu/packages/tex.scm (texlive-generic-etexcmds): New public variable.
* gnu: Add texlive-generic-bitset.Marius Bakke2021-06-06
| | | | * gnu/packages/tex.scm (texlive-generic-bitset): New public variable.
* gnu: Add texlive-generic-bigintcalc.Marius Bakke2021-06-06
| | | | * gnu/packages/tex.scm (texlive-generic-bigintcalc): New public variable.
* gnu: Add texlive-generic-intcalc.Marius Bakke2021-06-06
| | | | * gnu/packages/tex.scm (texlive-generic-intcalc): New public variable.
* gnu: Add texlive-generic-atbegshi.Marius Bakke2021-06-06
| | | | * gnu/packages/tex.scm (texlive-generic-atbegshi): New public variable.
* gnu: Add texlive-latex-letltxmacro.Marius Bakke2021-06-06
| | | | * gnu/packages/tex.scm (texlive-latex-letltxmacro): New public variable.
* gnu: Add texlive-latex-pdftexcmds.Marius Bakke2021-06-06
| | | | * gnu/packages/tex.scm (texlive-latex-pdftexcmds): New public variable.
* gnu: Add texlive-generic-ltxcmds.Marius Bakke2021-06-06
| | | | * gnu/packages/tex.scm (texlive-generic-ltxcmds): New public variable.
* gnu: Add texlive-generic-infwarerr.Marius Bakke2021-06-06
| | | | * gnu/packages/tex.scm (texlive-generic-infwarerr): New public variable.
* gnu: Add texlive-latex-hycolor.Marius Bakke2021-06-06
| | | | * gnu/packages/tex.scm (texlive-latex-hycolor): New public variable.
* gnu: Add texlive-latex-epstopdf-pkg.Marius Bakke2021-06-06
| | | | * gnu/packages/tex.scm (texlive-latex-epstopdf-pkg): New public variable.
* gnu: Add texlive-latex-auxhook.Marius Bakke2021-06-06
| | | | * gnu/packages/tex.scm (texlive-latex-auxhook): New public variable.
* gnu: Add texlive-latex-atveryend.Marius Bakke2021-06-06
| | | | * gnu/packages/tex.scm (texlive-latex-atveryend): New public variable.
* gnu: simple-texlive-package: Fix shebang patching.Marius Bakke2021-06-06
| | | | | * gnu/packages/tex.scm (simple-texlive-package)[arguments]: Copy the working directory instead of the source directory to the output.
* gnu: dblatex: Update to 0.3.12.Marius Bakke2021-06-06
| | | | | | | * gnu/packages/docbook.scm (dblatex): Update to 0.3.12. [source](uri): Adjust file name. [inputs]: Add TEXLIVE-LATEX-BOOKMARK and TEXLIVE-LATEX-REFCOUNT. [arguments]: Remove #:python.
* gnu: Add texlive-latex-bookmark.Marius Bakke2021-06-06
| | | | * gnu/packages/tex.scm (texlive-latex-bookmark): New public variable.
* gnu: Add texlive-latex-refcount.Marius Bakke2021-06-06
| | | | * gnu/packages/tex.scm (texlive-latex-refcount): New public variable.
* gnu: TeX Live: Update to 2020.0.Marius Bakke2021-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * guix/build-system/texlive.scm (%texlive-tag): Set to 2020.0. (%texlive-revision): Set to 54632. * gnu/packages/tex.scm (texlive-extra-src, texlive-texmf-src, texlive-bin, texlive-texmf, texlive): Update to 20200406. (texlive-bin)[source](patches): Remove. [arguments]: Adjust poppler compatibility phase for new upstream patches. * gnu/packages/tex.scm (hyph-utf8-scripts, texlive-docstrip, texlive-unicode-data texlive-hyphen-base, texlive-dvips, texlive-metafont-base, texlive-fontinst, texlive-fontname, texlive-tex-plain, texlive-hyphen-bulgarian, texlive-hyphen-chinese, texlive-hyphen-hungarian, texlive-hyphen-latin, texlive-hyphen-sanskrit, texlive-hyphen-spanish, texlive-hyph-utf8, texlive-kpathsea, texlive-latexconfig, texlive-latex-base, texlive-union, texlive-latex-filecontents, texlive-latex-fancyvrb, texlive-graphics-def, texlive-latex-graphics, texlive-latex-oberdiek, texlive-latex-tools, texlive-latex-l3kernel, texlive-latex-l3packages, texlive-latex-fontspec, texlive-latex-amsmath, texlive-latex-babel, texlive-latex-draftwatermark, texlive-etoolbox, texlive-latex-geometry, texlive-latex-polyglossia, texlive-latex-supertabular, texlive-tex-texinfo, texlive-latex-appendix, texlive-latex-colortbl, texlive-latex-listings, texlive-inconsolata, texlive-latex-enumitem, texlive-latex-multirow, texlive-latex-overpic, texlive-latex-parskip, texlive-latex-pdfpages, texlive-libertine, texlive-latex-titlesec, texlive-metapost, texlive-latex-acmart, texlive-latex-wasysym, texlive-latex-preview, texlive-latex-acronym, texlive-pdftex, texlive-latex-media9, texlive-latex-ocgx2, texlive-latex-ms, texlive-generic-ulem, texlive-latex-pgf, texlive-latex-koma-script, texlive-generic-listofitems, texlive-bibtex, texlive-context-base, texlive-beamer, texlive-pstricks, texlive-marginnote, texlive-iftex, texlive-tools, texlive-siunitx, texlive-booktabs, texlive-csquotes, texlive-biblatex, texlive-microtype, texlive-caption, texlive-ydoc, texlive-courier, texlive-hyperref, texlive-fontspec, texlive-l3build, texlive-luaotfload, texlive-babel, texlive-tipa, texlive-jknappen, texlive-wasy, texlive-context, texlive-cabin, texlive-fourier, texlive-mweights, texlive-newtx, texlive-xcharter, texlive-tcolorbox): Update hashes. (texlive-hyphen-bulgarian): Don't include removed files. (texlive-hyphen-hungarian, texlive-hyphen-sanskrit): Adjust for directory rename. (texlive-hyphen-chinese, texlive-hyphen-latin): Add more files. (texlive-hyphen-macedonian): New public variable. (texlive-metafont-base)[source]: Switch to SVN-MULTI-FETCH. [arguments]: Adjust for extra source files. (texlive-latex-base)[arguments]: Disable more formats. [propagated-inputs]: Add TEXLIVE-HYPHEN-MACEDONIAN. (texlive-fontinst): Don't include "scripts/texlive/fontinst.sh". (texlive-generic-iftex): New public variable. (texlive-iftex, texlive-generic-ifxetex): Deprecate in favor of TEXLIVE-GENERIC-IFTEX. (texlive-latex-oberdiek)[propagated-inputs]: Change from TEXLIVE-GENERIC-IFXETEX to TEXLIVE-GENERIC-IFTEX. (texlive-latex-xkeyval)[native-inputs]: Likewise. (texlive-default-updmap.cfg): Remove variable. * gnu/packages/patches/texlive-bin-poppler-0.83.patch, gnu/packages/patches/texlive-bin-poppler-0.86.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu: Remove remnants of nettle 3.5.Maxim Cournoyer2021-06-05
| | | | | | | | | The source of nettle-3.5 was already using the source of nettle-3.7. * gnu/packages/nettle.scm (nettle-3.5): Rename to 'nettle'. (nettle-3.7): Remove variable. (nettle): Remove alias.
* gnu: nasm: Update to 2.15.05.Maxim Cournoyer2021-06-05
| | | | | * gnu/packages/assembly.scm (nasm): Update to 2.15.05. [phases]{dont-build-ps-pdf-outputs}: Adjust patching to changes in the source.
* gnu: wireguard-tools: Set #:sh argument of 'wrap-program'.Maxime Devos2021-06-04
| | | | | | | | * gnu/packages/vpn.scm (wireguard-tools)[arguments]<#:phases>{wrap-wg-quick}: Set #:sh argument of ‘wrap-program’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: protonvpn-cli: Set #:sh argument of 'wrap-program'.Maxime Devos2021-06-04
| | | | | | | | * gnu/packages/vpn.scm (protonvpn-cli)[arguments]<#:phases>{wrap-wrapper}: Set #:sh argument of ‘wrap-program’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: openconnect-sso: Set #:sh argument of 'wrap-program'.Maxime Devos2021-06-04
| | | | | | | | * gnu/packages/vpn.scm (openconnect-sso)[arguments]<#:phases>{wrap-qt-process-path} Set #:sh argument of ‘wrap-program’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: vpnc-scripts: Set #:guile argument of 'wrap-script'.Maxime Devos2021-06-04
| | | | | | | | * gnu/packages/vpn.scm (vpnc-scripts)[arguments]<#:phases>{wrap-scripts}: Set #:guile argument of ‘wrap-script’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>