aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-06gnu: Add texlive-latex-epstopdf-pkg....* gnu/packages/tex.scm (texlive-latex-epstopdf-pkg): New public variable. Marius Bakke
2021-06-06gnu: Add texlive-latex-auxhook....* gnu/packages/tex.scm (texlive-latex-auxhook): New public variable. Marius Bakke
2021-06-06gnu: Add texlive-latex-atveryend....* gnu/packages/tex.scm (texlive-latex-atveryend): New public variable. Marius Bakke
2021-06-06gnu: simple-texlive-package: Fix shebang patching....* gnu/packages/tex.scm (simple-texlive-package)[arguments]: Copy the working directory instead of the source directory to the output. Marius Bakke
2021-06-06gnu: dblatex: Update to 0.3.12....* 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. Marius Bakke
2021-06-06gnu: Add texlive-latex-bookmark....* gnu/packages/tex.scm (texlive-latex-bookmark): New public variable. Marius Bakke
2021-06-06gnu: Add texlive-latex-refcount....* gnu/packages/tex.scm (texlive-latex-refcount): New public variable. Marius Bakke
2021-06-06gnu: TeX Live: Update to 2020.0....* 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. Marius Bakke
2021-06-05gnu: Add libdqlite....* gnu/packages/cluster.scm (libdqlite): New Variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Dion Mendel
2021-06-05gnu: Add lxcfs....* gnu/packages/virtualization.scm (lxcfs): New Variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Dion Mendel
2021-06-05gnu: gparted: Update to 1.3.0....* gnu/packages/disk.scm (gparted): Update to 1.3.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Brendan Tildesley
2021-06-05hg-download: Add helpers for defining packages....Hg followup to commit ee17a9e06e636400e3354796a42ac445dbcc8f96. * guix/hg-download.scm (hg-version, hg-file-name): New procedures. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Xinglu Chen
2021-06-05profiles: 'check-for-collisions' filters out more non-collisions upfront....When running: GUIX_PROFILING="gc object-cache" ./pre-inst-env \ guix install gnome -p /tmp/sdsdfsd --no-grafts -n this reduces the number of object cache lookup from 115K to 96K, with a slight CPU and memory usage reduction as well. * guix/profiles.scm (check-for-collisions)[candidates]: Exclude entries if their 'item' fields are eq?. Ludovic Courtès
2021-06-05gnu: icedove: Update to 78.11.0 [fixes CVE-2021-29967]....* gnu/packages/gnuzilla.scm (icedove): Update to 78.11.0. Jonathan Brielmaier
2021-06-05gnu: Add nitrocli....* gnu/packages/security-token.scm (nitrocli): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Antero Mejr
2021-06-05gnu: Add rust-base32-0.4....* gnu/packages/crates-io.scm (rust-base32-0.4): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Antero Mejr
2021-06-05gnu: Add rust-envy-0.4....* gnu/packages/crates-io.scm (rust-envy-0.4): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Antero Mejr
2021-06-05gnu: Add rust-merge-0.1....* gnu/packages/crates-io.scm (rust-merge-0.1): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Antero Mejr
2021-06-05gnu: Add rust-merge-derive-0.1....* gnu/packages/crates-io.scm (rust-merge-derive-0.1): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Antero Mejr
2021-06-05gnu: Add rust-nitrokey-0.9....* gnu/packages/crates-io.scm (rust-nitrokey-0.9): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Antero Mejr
2021-06-05gnu: Add rust-progressing-3....* gnu/packages/crates-io.scm (rust-progressing-3): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Antero Mejr
2021-06-05gnu: rust-structopt-0.3: Update to 0.3.21....* gnu/packages/crates-io.scm (rust-structopt-0.3): Update to 0.3.21. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Antero Mejr
2021-06-05gnu: rust-structopt-derive-0.4: Update to 0.4.14....* gnu/packages/crates-io.scm (rust-structopt-derive-0.4): Update to 0.4.14. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Antero Mejr
2021-06-05gnu: wgetpaste: Update to 2.32....* gnu/packages/wget.scm (wgetpaste): Update to 2.32. [source]: Remove patch. * gnu/packages/patches/wgetpaste-update-bpaste.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Tobias Geerinckx-Rice
2021-06-05gnu: wgetpaste: Build from Git....* gnu/packages/wget.scm (wgetpaste)[source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice
2021-06-05gnu: wgetpaste: Don't install LICENSE file twice....* gnu/packages/wget.scm (wgetpaste)[arguments]: Leave LICENSE file installation to the aptly-named 'install-license-files default phase. Tobias Geerinckx-Rice
2021-06-05gnu: console-setup: Update to 1.203....* gnu/packages/xorg.scm (console-setup): Update to 1.203. Tobias Geerinckx-Rice
2021-06-05gnu: nzbget: Update to 21.1....* gnu/packages/networking.scm (nzbget): Update to 21.1. [source]: Remove upstreamed snippet. Tobias Geerinckx-Rice
2021-06-05gnu: faudio: Update to 21.06....* gnu/packages/audio.scm (faudio): Update to 21.06. Tobias Geerinckx-Rice
2021-06-05gnu: wireshark: Inspect HTTP/2 headers....* gnu/packages/networking.scm (wireshark)[inputs]: Add nghttp2:lib. Tobias Geerinckx-Rice
2021-06-05gnu: wireshark: Support more compression algorithms....* gnu/packages/networking.scm (wireshark)[inputs]: Add google-brotli, minizip, and zstd:lib. Tobias Geerinckx-Rice
2021-06-05gnu: qca: Update to 2.3.3....* gnu/packages/kde.scm (qca): Update to 2.3.3. Tobias Geerinckx-Rice
2021-06-05gnu: iperf: Update to 3.10.1....* gnu/packages/networking.scm (iperf): Update to 3.10.1. Tobias Geerinckx-Rice
2021-06-05gnu: ispell: Update to 3.4.04....* gnu/packages/aspell.scm (ispell): Update to 3.4.04. Tobias Geerinckx-Rice
2021-06-05gnu: nnn: Remove marketing hyperbole....* gnu/packages/admin.scm (nnn)[description]: Gush less. Tobias Geerinckx-Rice
2021-06-05gnu: nnn: Use #:make-flags over Makefile patching....* gnu/packages/admin.scm (nnn)[arguments]: Remove 'patch-pkg-config phase. Set PKG_CONFIG in #:make-flags instead. Tobias Geerinckx-Rice
2021-06-05gnu: nnn: Update to 4.1.1....* gnu/packages/admin.scm (nnn): Update to 4.1.1. Tobias Geerinckx-Rice
2021-06-05gnu: thermald: Compile with -Werror again....* gnu/packages/admin.scm (thermald)[arguments]: Remove substitution, and a #t whilst we're here. Tobias Geerinckx-Rice
2021-06-05gnu: thermald: Update to 2.4.5....* gnu/packages/admin.scm (thermald): Update to 2.4.5. Tobias Geerinckx-Rice
2021-06-05gnu: wireshark: Update to 3.4.6....* gnu/packages/networking.scm (wireshark): Update to 3.4.6. Nicolas Goaziou
2021-06-05gnu: giac: Update to 1.7.0-11....* gnu/packages/algebra.scm (giac): Update to 1.7.0-11. Nicolas Goaziou
2021-06-05gnu: nsis: Respect SOURCE-DATE-EPOCH for reproducibility...* gnu/packages/patches/nsis-source-date-epoch.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/installers.scm (make-nsis)[source]: Apply it. Carl Dong
2021-06-05gnu: rosegarden: Update to 21.06....* gnu/packages/music.scm (rosegarden): Update to 21.06. Nicolas Goaziou
2021-06-05gnu: emacs-undercover: Update to 0.8.1....* gnu/packages/emacs-xyz.scm (emacs-undercover): Update to 0.8.1. Nicolas Goaziou
2021-06-05gnu: emacs-all-the-icons: Update to 5.0.0....* gnu/packages/emacs-xyz.scm (emacs-all-the-icons): Update to 5.0.0. Nicolas Goaziou
2021-06-05gnu: emacs-leaf: Update to 4.4.8....* gnu/packages/emacs-xyz.scm (emacs-leaf): Update to 4.4.8. Nicolas Goaziou
2021-06-05gnu: Add emacs-vscode-dark-plus....* gnu/packages/emacs-xyz.scm (emacs-vscode-dark-plus): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Adam Kandur
2021-06-05gnu: Add emacs-flymake-kondor....* gnu/packages/emacs-xyz.scm (emacs-flymake-kondor): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Alexandr Vityazev
2021-06-05gnu: Add emacs-flymake-quickdef....* gnu/packages/emacs-xyz.scm (emacs-flymake-quickdef): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Alexandr Vityazev
2021-06-05gnu: Add emacs-anakondo....* gnu/packages/emacs-xyz.scm (emacs-anakondo): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Alexandr Vityazev