summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-10gnu: emacs-dimmer: Update to 0.4.2-1-2f915b1....To build with Emacs28. * gnu/packages/emacs-xyz.scm (emacs-dimmer): Update to 0.4.2-1-2f915b1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Michael Rohleder
2022-06-10gnu: meshlab: Update to 2022.02....Note that the previous version no longer compiled (this one does). * gnu/packages/engineering.scm (meshlab): Update to 2022.02. [inputs]: Remove the no longer required qtscript and qtxmlpatterns. Add (uncomment) qhull. [arguments]: Use G-expressions. <#:configure-flags>: Set the rpath to fix missing libraries (presumably new since the previous version) detected during the 'validate-runpath' phase. <#:phases>: Remove trailing boolean from 'go-to-source-dir' phase. Remove the 'move-files' phase, which was made redundant by the manually provided rpath. [description]: Move a word and add some commas to improve the readability. Typeset a program name in @samp{}. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Paul A. Patience
2022-06-10gnu: direnv: Update to 2.31.0....* gnu/packages/shellutils.scm (direnv): Update to 2.31.0. [arguments]: Remove trailing boolean in lambda block. Signed-off-by: Ludovic Courtès <ludo@gnu.org> jgart
2022-06-10gnu: Add go-github-com-google-go-jsonnet....* gnu/packages/golang.scm (go-github-com-google-go-jsonnet): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> JOULAUD François
2022-06-10gnu: Add go-sigs-k8s-io-yaml....* gnu/packages/golang.scm (go-sigs-k8s-io-yaml): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> JOULAUD François
2022-06-10doc: Update example of a minimalistic home environment....* doc/he-config-bare-bones.scm: Adujst example according to changes in bash-service-type and home-files-service-type. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Andrew Tropin
2022-06-10gnu: linux-libre 5.10: Update to 5.10.121....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.121. (linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes. Leo Famulari
2022-06-10gnu: linux-libre 5.15: Update to 5.15.46....* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.46. (linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes. Leo Famulari
2022-06-10gnu: linux-libre: Update to 5.17.14....* gnu/packages/linux.scm (linux-libre-5.17-version): Update to 5.17.14. (linux-libre-5.17-pristine-source, deblob-scripts-5.17): Update hashes. Leo Famulari
2022-06-10gnu: slurm-drmaa: Update to 1.1.3....* gnu/packages/parallel.scm (slurm-drmaa): Update to 1.1.3. Ricardo Wurmus
2022-06-10gnu: r-prereg: Add TeXLive dependencies....* gnu/packages/cran.scm (r-prereg)[propagated-inputs]: Add texlive-amsfonts, texlive-amsmath, texlive-booktabs, texlive-etoolbox, texlive-generic-iftex, texlive-latex-fancyhdr, texlive-latex-fancyvrb, texlive-latex-geometry, texlive-latex-graphics, texlive-latex-threeparttable, texlive-latex-titlesec, texlive-latex-upquote, texlive-listings, texlive-lm, texlive-polyglossia, texlive-titling, texlive-tools, texlive-ulem. Lars-Dominik Braun
2022-06-05gnu: foot: Update to 1.12.1....* gnu/packages/terminals.scm (foot): Update to 1.12.1. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Timotej Lazar
2022-06-05gnu: claws-mail: Update to 4.1.0....* gnu/packages/mail.scm (claws-mail): Update to 4.1.0. Tobias Geerinckx-Rice
2022-06-05gnu: alpine: Update to 2.26....* gnu/packages/mail.scm (alpine): Update to 2.26. [source]: Remove patch. * gnu/packages/patches/alpine-fix-privacy-policy-crash.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Tobias Geerinckx-Rice
2022-06-05gnu: python-notmuch: Remove trailing #t from phase....* gnu/packages/mail.scm (python-notmuch): [arguments]: Don't explicitly return #t from phase. Tobias Geerinckx-Rice
2022-06-05gnu: notmuch: Update to 0.36....* gnu/packages/mail.scm (notmuch): Update to 0.36. Tobias Geerinckx-Rice
2022-06-05gnu: python-igraph: Update to 0.9.11....* gnu/packages/graph.scm (python-igraph): Update to 0.9.11. Tobias Geerinckx-Rice
2022-06-05gnu: multitail: Update to 6.5.2....* gnu/packages/logging.scm (multitail): Update to 6.5.2. [arguments]: Don't explicitly return #t from phases. [source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Add SYSCONFDIR to #:make-flags. Add a new 'fix-broken-build phase. Sanitise the old 'patch-curses-lib phase to 'patch-curses-headers. Tobias Geerinckx-Rice
2022-06-05gnu: inotify-tools: Update to 3.22.6.0....* gnu/packages/linux.scm (inotify-tools): Update to 3.22.6.0. Tobias Geerinckx-Rice
2022-06-05gnu: reproc: Update to 14.2.4....* gnu/packages/cpp.scm (reproc): Update to 14.2.4. Tobias Geerinckx-Rice
2022-06-05gnu: python-pkginfo: Update to 1.8.3....* gnu/packages/python-xyz.scm (python-pkginfo): Update to 1.8.3. [arguments]: Remove 'patch-tests phase. Tobias Geerinckx-Rice
2022-06-10gnu: emacs-modus-themes: Update to 2.4.1....* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 2.4.1. Signed-off-by: Christopher Baines <mail@cbaines.net> Andrew Tropin
2022-06-10gnu: Add emacs-platformio-mode....* gnu/packages/emacs-xyz.scm (emacs-platformio-mode): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Peter Polidoro
2022-06-10gnu: nar-herder: Update to 0-8.042f49e....* gnu/packages/package-management.scm (nar-herder): Update to 0-8.042f49e. Christopher Baines
2022-06-10gnu: python-debugpy: Disable tests....* gnu/packages/python-xyz.scm (python-debugpy)[arguments]: Respect tests? in 'check phase and disable #:tests. Lars-Dominik Braun
2022-06-10gnu: python-pydevd: Skip tests failing due to YAMA....* gnu/packages/python-xyz.scm (python-pydevd)[arguments]: Add skipped tests. Lars-Dominik Braun
2022-06-10gnu: mkfontscale: Update to 1.2.2....* gnu/packages/xorg.scm (mkfontscale): Update to 1.2.2. Efraim Flashner
2022-06-10gnu: xauth: Update to 1.1.2....* gnu/packages/xorg.scm (xauth): Update to 1.1.2. Efraim Flashner
2022-06-10gnu: xcalc: Update to 1.1.1....* gnu/packages/xorg.scm (xcalc): Update to 1.1.1. Efraim Flashner
2022-06-10gnu: xdpyinfo: Update to 1.3.3....* gnu/packages/xorg.scm (xdpyinfo): Update to 1.3.3. Efraim Flashner
2022-06-10gnu: xf86-input-libinput: Update to 1.2.1....* gnu/packages/xorg.scm (xf86-input-libinput): Update to 1.2.1. Efraim Flashner
2022-06-10gnu: xf86-video-amdgpu: Update to 22.0.0....* gnu/packages/xorg.scm (xf86-video-amdgpu): Update to 22.0.0. Efraim Flashner
2022-06-10gnu: xf86-video-dummy: Update to 0.4.0....* gnu/packages/xorg.scm (xf86-video-dummy): Update to 0.4.0. Efraim Flashner
2022-06-10gnu: xlsfonts: Update to 1.0.7....* gnu/packages/xorg.scm (xlsfonts): Update to 1.0.7. Efraim Flashner
2022-06-10gnu: xorg-sgml-doctools: Update to 1.12....* gnu/packages/xorg.scm (xorg-sgml-doctools): Update to 1.12. Efraim Flashner
2022-06-10gnu: twm: Update to 1.0.12....* gnu/packages/xorg.scm (twm): Update to 1.0.12. Efraim Flashner
2022-06-09gnu: python-pybedtools: Update to 0.9.0....* gnu/packages/bioinformatics.scm (python-pybedtools): Update to 0.9.0. [description]: Update to satisfy guix lint. [license]: Update to expat and lgpl2.1+. Vagrant Cascadian
2022-06-09gnu: python-miniupnpc: Do not embed running kernel version....* gnu/packages/python-xyz.scm (python-miniupnpc)[arguments]: Add 'remove-kernel-version phase. Vagrant Cascadian
2022-06-05gnu: readstat: Update to 1.1.8....* gnu/packages/statistics.scm (readstat): Update to 1.1.8. Tobias Geerinckx-Rice
2022-06-05gnu: rng-tools: Remove input labels....* gnu/packages/linux.scm (rng-tools)[inputs]: Remove input labels. Tobias Geerinckx-Rice
2022-06-05gnu: vtk@7: Simplify regular expression....* gnu/packages/image-processing.scm (vtk-7)[arguments]: Replace ‘.’ wildcards with literal ‘@’ character matches. Tobias Geerinckx-Rice
2022-06-05gnu: rsyslog: Include rscryutil....* gnu/packages/logging.scm (rsyslog)[arguments]: Add "--enable-usertools" and "--enable-generate-man-pages" to #:configure-flags. Move all ‘mm’ options to their own section. [native-inputs]: Add python-docutils. Tobias Geerinckx-Rice
2022-06-05gnu: rsyslog: Update to 8.2204.1....* gnu/packages/logging.scm (rsyslog): Update to 8.2204.1. Tobias Geerinckx-Rice
2022-06-09Revert "gnu: uim: Build reproducibly."...The fix was ineffective. This reverts commit da115f9f7a7131143fe15f4aa7cdf435c10bfe46. Vagrant Cascadian
2022-06-09gnu: vtk@7: Do not embed running kernel version....* gnu/packages/image-processing.scm (vtk-7)[arguments]: Add 'remove-kernel-version phase. Vagrant Cascadian
2022-06-09gnu: universal-ctags: Update to 5.9.20220605.0....* gnu/packages/code.scm (universal-ctags): Update to 5.9.20220605.0. [source]: Adjust snippet to preserve newline. [inputs]: Add pcre2. Efraim Flashner
2022-06-09gnu: pcre: Update with new source URI....* gnu/packages/pcre.scm (pcre)[source]: Download from sourceforge mirror. Efraim Flashner
2022-06-09gnu: packcc: Update to 1.7.2....* gnu/packages/c.scm (packcc): Update to 1.7.2. [arguments]: Remove trailing #t from phases. Efraim Flashner
2022-06-09gnu: emacs-geiser-guile: Update to 0.23.2 and patch guile's path....* gnu/packages/emacs-xyz.scm (emacs-geiser-guile): Update to 0.23.2. [phases]{patch-geiser-guile-binary}: New phase. [home-page]: Update URL. Maxim Cournoyer
2022-06-09gnu: emacs-geiser-gauche: Update to 0.14-0.96fa06a and patch gauche's path....* gnu/packages/emacs-xyz.scm (emacs-geiser-gauche): Update to 0.14. [phases]: New argument. [native-inputs]: Delete field, moving emacs-geiser to... [propagated-inputs]: ... here. [inputs]: New field. Maxim Cournoyer