Age | Commit message (Expand) | Author |
2020-04-01 | gnu: r-callr: Update to 3.4.3....* gnu/packages/cran.scm (r-callr): Update to 3.4.3.
| Ricardo Wurmus |
2020-04-01 | gnu: r-sn: Update to 1.6-0....* gnu/packages/statistics.scm (r-sn): Update to 1.6-0.
[propagated-inputs]: Add r-quantreq.
| Ricardo Wurmus |
2020-04-01 | gnu: r-gtools: Update to 3.8.2....* gnu/packages/statistics.scm (r-gtools): Update to 3.8.2.
| Ricardo Wurmus |
2020-04-01 | gnu: r-foreach: Update to 1.5.0....* gnu/packages/statistics.scm (r-foreach): Update to 1.5.0.
[native-inputs]: Add r-knitr.
| Ricardo Wurmus |
2020-04-01 | gnu: r-tibble: Update to 3.0.0....* gnu/packages/statistics.scm (r-tibble): Update to 3.0.0.
[propagated-inputs]: Add r-ellipsis, r-lifecycle, r-magrittr, and r-vctrs.
[native-inputs]: Add r-knitr.
| Ricardo Wurmus |
2020-04-01 | gnu: Add emacs-elf-mode....* gnu/packages/emacs-xyz.scm (emacs-elf-mode): New variable.
| John Soo |
2020-04-01 | gnu: Add emacs-imenu-list....* gnu/packages/emacs-xyz.scm (emacs-imenu-list): New variable.
| John Soo |
2020-04-01 | gnu: Add emacs-evil-tmux-navigator....* gnu/packages/emacs-xyz.scm (emacs-evil-tmux-navigator): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| John Soo |
2020-04-01 | gnu: toot: Adjust custom phases....* gnu/packages/mastodon.scm (toot)[arguments]: 'check is already run
after 'install so replace 'check rather than re-inserting it.
| Efraim Flashner |
2020-04-01 | gnu: toot: Update to 0.25.2....* gnu/packages/mastodon.scm (toot): Update to 0.25.2.
| Efraim Flashner |
2020-04-01 | gnu: vim-asyncrun: Update to 2.7.1....* gnu/packages/vim.scm (vim-asyncrun): Update to 2.7.1.
| Efraim Flashner |
2020-04-01 | gnu: mpv-mpris: Switch to copy-build-system....* gnu/packages/video.scm (mpv-mpris)[build-system]: Switch to
copy-build-system.
[arguments]: Add custom 'build phase before 'install phase.
| Efraim Flashner |
2020-04-01 | gnu: mpv-mpris: Update to 0.4....* gnu/packages/video.scm (mpv-mpris): Update to 0.4.
| Efraim Flashner |
2020-04-01 | gnu: font-gnu-unifont: Update to 13.0.01....* ngu/packages/fonts.scm (font-gnu-unifont): Update to 13.0.01.
[home-page]: Follow redirect.
| Efraim Flashner |
2020-04-01 | gnu: emacs-discover-my-major: Don't use unstable tarball....* gnu/packages/emacs-xyz.scm (emacs-discover-my-major)[source]: Download
using git-fetch. Use new upstream URI.
[home-page]: Update to new home-page.
| Efraim Flashner |
2020-04-01 | system: Move nanorc to XDG_CONFIG_HOME....* gnu/system/shadow.scm (skeleton-directory): Move .nanorc to
.config/nano/nanorc.
| Efraim Flashner |
2020-04-01 | gnu: mumi: Update to 0.0.0-11.0e9af8d....* gnu/packages/mail.scm (mumi): Update to 0.0.0-11.0e9af8d.
| Ricardo Wurmus |
2020-03-31 | gnu: Add libantlr3c....* gnu/packages/java.scm (libantlr3c): New variable.
Co-authored by Maxim Cournoyer.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Raghav Gururajan |
2020-04-01 | gnu: mumi: Update to 0.0.0-10.f7d6a54....* gnu/packages/mail.scm (mumi): Update to 0.0.0-10.f7d6a54.
| Ricardo Wurmus |
2020-04-01 | gnu: git-annex: Update to 8.20200330....* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200330.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Kyle Meyer |
2020-03-31 | gnu: gimp: Disable automatic update checking...* gnu/packages/gimp.scm (gimp)[arguments]: Disable update checking
in #:configure-flags.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Jack Hill |
2020-04-01 | gnu: gnumach: Fix compilation....* gnu/packages/hurd.scm (gnumach)[arguments]: Inherit arguments from
GNUMACH-HEADERS.
[native-inputs]: Add AUTOCONF, AUTOMAKE, and TEXINFO-4.
| Ludovic Courtès |
2020-04-01 | Revert "gnu: coreutils: Fix cross-compilation to i586-pc-gnu."...This reverts commit 67cbfeae30eb9b7c56145bf72582d71eea177370, which is
not longer necessary now that the 'ld.so' linker script of the cross
glibc contains "libhurduser.so libmachuser.so".
| Ludovic Courtès |
2020-04-01 | gnu: cross-libc: Build fix for the Hurd....This fixes cross building of coreutils, e.g.
./pre-inst-env guix build --target=i586-pc-gnu coreutils
* gnu/packages/cross-base.scm (cross-libc): Add -lhurduser, -lmachuser for the
Hurd.
| Jan Nieuwenhuizen |
2020-03-31 | gnu: Add spandsp....* gnu/packages/telephony.scm (spandsp): New variable.
Co-authored by Maxim Cournoyer.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Raghav Gururajan |
2020-03-31 | gnu: Add neverball...* gnu/packages/games.scm (neverball): New variable.
| Vitaliy Shatrov |
2020-03-31 | gnu: pam-krb5: Fix CVE-2020-10595....* gnu/packages/patches/pam-krb5-CVE-2020-10595.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (pam-krb5)[source]: Use it.
| Leo Famulari |
2020-03-31 | gnu: python-pyyaml: Update to 5.3.1 [fixes CVE-2020-1747]...* gnu/packages/python-xyz.scm (python-pyyaml): Update to 5.3.1.
| Leo Famulari |
2020-03-31 | gnu: Add perl-class-mix....* gnu/packages/perl.scm (perl-class-mix): New variable.
| Paul Garlick |
2020-03-31 | gnu: Add perl-params-classify....* gnu/packages/perl.scm (perl-params-classify): New variable.
| Paul Garlick |
2020-03-31 | gnu: Add perl-devel-callchecker....* gnu/packages/perl.scm (perl-devel-callchecker): New variable.
| Paul Garlick |
2020-03-31 | gnu: Add perl-dynaloader-functions....* gnu/packages/perl.scm (perl-dynaloader-functions): New variable.
| Paul Garlick |
2020-03-31 | gnu: mumi: Update to 0.0.0-9.5fdbc3e....* gnu/packages/mail.scm (mumi): Update to 0.0.0-9.5fdbc3e.
| Ricardo Wurmus |
2020-03-31 | gnu: coreutils: Fix cross-compilation to i586-pc-gnu....Until now cross-compilation would fail with:
i586-pc-gnu-ld: src/copy.o: undefined reference to symbol 'file_chauthor'
i586-pc-gnu-ld: /gnu/store/…-glibc-cross-i586-pc-gnu-2.29/lib/libhurduser.so.0.3: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
* gnu/packages/base.scm (coreutils)[arguments]: When 'hurd-target?', add
#:configure-flags.
| Ludovic Courtès |
2020-03-31 | gnu: hwloc@2: Update to 2.2.0....* gnu/packages/mpi.scm (hwloc-2): Update to 2.2.0.
| Ludovic Courtès |
2020-03-31 | gnu: hwloc@2: Skip test that fails on emulated hardware....Works around <https://bugs.gnu.org/40342>.
* gnu/packages/mpi.scm (hwloc-2)[arguments]: Add
'skip-test-that-fails-on-qemu' phase.
| Ludovic Courtès |
2020-03-31 | gnu: scdoc: Update to 1.10.1....* gnu/packages/man.scm (scdoc): Update to 1.10.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Alexandru-Sergiu Marton |
2020-03-31 | gnu: Order module imports in (gnu packages ntp)....This shouldn't cause any conflicts :-)
* gnu/packages/ntp.scm: Order module imports alphabetically.
| Tobias Geerinckx-Rice |
2020-03-31 | gnu: sonic: Fix installation directories....* gnu/packages/speech.scm (sonic)[arguments]: Replace erroneous use of
DESTDIR with PREFIX. Add the required ‘rpath’ LDFLAGS together with a
‘respect-LDFLAGS’ phase.
| Tobias Geerinckx-Rice |
2020-03-31 | gnu: hexchat: Fix typo in synopsis....* gnu/packages/messaging.scm (hexchat)[synopsis]: Lowercase ‘client’.
| Tobias Geerinckx-Rice |
2020-03-31 | gnu: gmime: Update to 3.2.7....* gnu/packages/mail.scm (gmime): Update to 3.2.7.
| Tobias Geerinckx-Rice |
2020-03-31 | gnu: font-rachana: Don't use unstable tarball....* gnu/packages/fonts.scm (font-rachana)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2020-03-31 | gnu: font-rachana: Update to 7.0.3....* gnu/packages/fonts.scm (font-rachana): Update to 7.0.3.
| Tobias Geerinckx-Rice |
2020-03-31 | gnu: mumi: Update to 0.0.0-8.9f66dbc....* gnu/packages/mail.scm (mumi): Update to 0.0.0-8.9f66dbc.
| Ricardo Wurmus |
2020-03-31 | gnu: procenv: Make some inputs native & make multiline....* gnu/packages/linux.scm (procenv)[native-inputs]: New field.
[inputs]: Move groff to native-inputs, move each remaining item on its own line.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Vincent Legoll |
2020-03-31 | gnu: nftables: Make some inputs native....* gnu/packages/linux.scm (procenv)[native-inputs]: New field.
[inputs]: Move bison & flex to native-inputs.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Vincent Legoll |
2020-03-31 | gnu: sudo: Make some inputs native....* gnu/packages/admin.scm (sudo)[native-inputs]: New field.
[inputs]: Move groff to native-inputs.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Vincent Legoll |
2020-03-31 | gnu: privoxy: Make some inputs native....* gnu/packages/tor.scm (privoxy)[native-inputs]: New field.
[inputs]: Move autoconf & automake to native-inputs.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Vincent Legoll |
2020-03-30 | gnu: antlr3: Make antlr3-3.3 public....This is done in preparation of adding Linphone, which transitively requires
antlr3-3.3 through its belle-sip dependency.
* gnu/packages/java.scm (antlr3): Make antlr3-3.3 public.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Raghav Gururajan |
2020-03-31 | gnu: Add emacs-flycheck-elm....* gnu/packages/emacs-xyz.scm (emacs-flycheck-elm): New variable.
| John Soo |