Age | Commit message (Expand) | Author |
2019-11-01 | gnu: bitcoin-abc: Update to 0.20.4....* gnu/packages/finance.scm (bitcoin-abc): Update to 0.20.4.
[source]: Fix uri.
[inputs]: Use bdb-5.3 (bdb-4.8 is not supported).
[arguments]: Add 'fix-tests' phase.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Guillaume Le Vaillant |
2019-11-01 | gnu: Chibi-Scheme: Do not use unstable tarball....* gnu/packages/scheme.scm (chibi-scheme)[source]: Change to GIT-FETCH.
| Marius Bakke |
2019-11-01 | gnu: Chibi-Scheme: Update to 0.8....* gnu/packages/scheme.scm (chibi-scheme): Update to 0.8.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Ekaitz at ElenQ Technology |
2019-10-31 | gnu: icecat: Update to 68.2.0-guix0-preview3....* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update to the latest upstream commit on '68' branch.
* gnu/packages/patches/icecat-gnuzilla-fixes.patch: Remove changes
that have been incorporated upstream, and add new pending changes,
notably the addition of several IceCat-specific preferences.
* gnu/packages/patches/icecat-makeicecat.patch: Adapt to changes in
icecat-gnuzilla-fixes.patch.
| Mark H Weaver |
2019-10-31 | gnu: pocl: Update to 1.4....* gnu/packages/opencl.scm (pocl): Update to 1.4.
[inputs]: Change from LLVM to LLVM-8.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Ivan Gankevich |
2019-10-31 | gnu: u-boot: Remove redundant GCC input....* gnu/packages/bootloaders.scm (make-u-boot-package)[native-inputs]: Do not
explicitly add GCC 7.
| Marius Bakke |
2019-10-31 | gnu: Remove python2-feather-format....This trivial package fails to build and has no reverse dependencies.
* gnu/packages/serialization.scm (python2-feather-format): Remove variable.
| Marius Bakke |
2019-10-31 | gnu: pingus: Adjust for GCC 7....Fixes <https://bugs.gnu.org/37946>.
* gnu/packages/games.scm (pingus)[source](modules, snippet): New fields.
| Marius Bakke |
2019-10-31 | gnu: pingus: Update source URI....* gnu/packages/games.scm (pingus)[source](uri): Change to current repository.
| Marius Bakke |
2019-10-30 | services: ntp: Ensure no double quotes are output to config file....* gnu/services/networking.scm (ntp-server->string): Use the textual
representation of the values as printed by 'display' rather than 'write', to
avoid inserting double quotes in the generated config.
* tests/networking.scm (%ntp-server-sample): Add a comment and make one of the
options a string, to exercise the fix.
("ntp-server->string"): Move the expected value to the first argument.
("ntp configuration servers deprecated form"): Likewise.
("openntpd generated config string ends with a newline"): Likewise.
| Maxim Cournoyer |
2019-10-30 | gnu: Add udiskie....* gnu/packages/freedesktop.scm (udiskie): New variable.
* gnu/packages/patches/udiskie-no-appindicator.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Guillaume Le Vaillant |
2019-10-30 | gnu: Add python-keyutils....* gnu/packages/python-crypto.scm (python-keyutils): New variable.
| Guillaume Le Vaillant |
2019-10-30 | gnu: Add gitg....* gnu/packages/gnome.scm: (gitg): New variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Leo Prikler |
2019-10-30 | gnu: Fix make-gcc-libc....Until now the following wouldn't build:
--8<---------------cut here---------------start------------->8---
(use-modules (gnu packages commencement)
(gnu packages gcc)
(gnu packages base))
(make-gcc-libc gcc-9 glibc-2.27)
--8<---------------cut here---------------end--------------->8---
* gnu/packages/base.scm (make-gcc-libc)[phases]: Add environment
variables to place the target libc on the system header search path.
[make-flags]: Remove unncessary FLAGS_FOR_TARGET.
[native-inputs]: Construct in a way that doesn't require emptying
inputs.
| Carl Dong |
2019-10-30 | gnu: Add dxvk....* gnu/packages/wine.scm (dxvk): New variable.
| Pierre Neidhardt |
2019-10-30 | gnu: make-nsis: Fix cross-compilation....* gnu/packages/installers.scm (make-nsis)[arguments]: Enforce correct
ordering of search paths (mingw-w64 last).
| Carl Dong |
2019-10-30 | gnu: Fix attribution....* gnu/packages/game-development.scm: Fix attribution.
| Nicolas Goaziou |
2019-10-30 | gnu: Add emacs-eshell-did-you-mean....* gnu/packages/emacs-xyz.scm (emacs-eshell-did-you-mean): New variable.
| Pierre Neidhardt |
2019-10-30 | gnu: Add emacs-eshell-prompt-extras....* gnu/packages/emacs-xyz.scm (emacs-eshell-prompt-extras): New variable.
| Pierre Neidhardt |
2019-10-30 | gnu: python2-pandas: Downgrade to 0.24.2....This is a follow-up to commit 7a97a26d012da08fad4540eed99643f6306de423.
* gnu/packages/python-xyz.scm (python-pandas)[properties]: New field.
(python2-pandas): Downgrade to 0.24.2.
| Marius Bakke |
2019-10-30 | gnu: python2-numpy: Downgrade to 1.16.5....Fixes <https://bugs.gnu.org/37989>.
Reported by Josh Holland <josh@inv.alid.pw>.
This is a follow-up to commit 8e5fbd5dda93e137ff527cabe25989b28ab9e1c0.
* gnu/packages/python-xyz.scm (python-numpy)[properties]: New field.
(python2-numpy): Downgrade to 1.16.5.
| Marius Bakke |
2019-10-30 | gnu: cuirass: Update to 0.0.1-26.e20ff86....* gnu/packages/ci.scm (cuirass): Update to 0.0.1-26.e20ff86.
| Ricardo Wurmus |
2019-10-30 | gnu: python-whoosh: Skip test suite....* gnu/packages/python-xyz.scm (python-whoosh)[arguments]: Disable the
test suite.
| Efraim Flashner |
2019-10-30 | gnu: python-xlrd: Fix comment....* gnu/packages/python-xyz.scm (python-xlrd)[arguments]: Turn comment into a
full sentence.
| Mathieu Othacehe |
2019-10-30 | gnu: python-pandas: Update to 0.25.2....* gnu/packages/python-xyz.scm (python-pandas): Update to 0.25.2.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Giacomo Leidi |
2019-10-30 | gnu: python-xlrd: Update to 1.2.0....* gnu/packages/python-xyz.scm (python-xlrd): Update to 1.2.0.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Giacomo Leidi |
2019-10-30 | gnu: python-numpy: Update to 1.17.3....* gnu/packages/python-xyz.scm (python-numpy): Update to 1.17.3.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Giacomo Leidi |
2019-10-30 | gnu: linux-libre: Update to 5.3.8....* gnu/packages/linux.scm (linux-libre-5.3-version): Update to 5.3.8.
(linux-libre-5.3-pristine-source): Update hash.
| Mark H Weaver |
2019-10-30 | gnu: linux-libre@4.19: Update to 4.19.81....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.81.
(linux-libre-4.19-pristine-source): Update hash.
| Mark H Weaver |
2019-10-30 | gnu: linux-libre@4.14: Update to 4.14.151....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.151.
(linux-libre-4.14-pristine-source): Update hash.
| Mark H Weaver |
2019-10-30 | gnu: linux-libre@4.9: Update to 4.9.198....* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.198.
(linux-libre-4.9-pristine-source): Update hash.
| Mark H Weaver |
2019-10-30 | gnu: linux-libre@4.4: Update to 4.4.198....* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.198.
(linux-libre-4.4-pristine-source): Update hash.
| Mark H Weaver |
2019-10-30 | gnu: r-rgdal: Update to 1.4-7....* gnu/packages/cran.scm (r-rgdal): Update to 1.4-7.
| Tobias Geerinckx-Rice |
2019-10-30 | gnu: r-huge: Update to 1.3.4....* gnu/packages/cran.scm (r-huge): Update to 1.3.4.
| Tobias Geerinckx-Rice |
2019-10-30 | gnu: r-spam: Update to 2.3-0.2....* gnu/packages/cran.scm (r-spam): Update to 2.3-0.2.
| Tobias Geerinckx-Rice |
2019-10-30 | gnu: perl-net-dns-native: Update to 0.22....* gnu/packages/perl.scm (perl-net-dns-native): Update to 0.22.
| Tobias Geerinckx-Rice |
2019-10-30 | gnu: perl-moo-2: Update to 2.003006....* gnu/packages/perl.scm (perl-moo-2): Update to 2.003006.
| Tobias Geerinckx-Rice |
2019-10-30 | gnu: openrct2: Update to 0.2.4....* gnu/packages/games.scm (openrct2): Update to 0.2.4.
| Tobias Geerinckx-Rice |
2019-10-30 | gnu: r-tidytree: Update to 0.2.9....* gnu/packages/cran.scm (r-tidytree): Update to 0.2.9.
| Tobias Geerinckx-Rice |
2019-10-30 | gnu: goffice: Update to 0.10.45....* gnu/packages/gnome.scm (goffice): Update to 0.10.45.
| Tobias Geerinckx-Rice |
2019-10-30 | gnu: goffice: Don't use NAME in source URI....* gnu/packages/gnome.scm (goffice)[source]: Hard-code NAME.
| Tobias Geerinckx-Rice |
2019-10-30 | gnu: gpxsee: Update to 7.16....* gnu/packages/gps.scm (gpxsee): Update to 7.16.
| Tobias Geerinckx-Rice |
2019-10-30 | gnu: arb: Update to 2.17.0....* gnu/packages/algebra.scm (arb): Update to 2.17.0.
[home-page]: Replace with a working one.
| Tobias Geerinckx-Rice |
2019-10-30 | gnu: ams-lv2: Update to 1.2.2....This is the same commit, now with a version number.
* gnu/packages/music.scm (ams-lv2): Update to 1.2.2.
[home-page]: Replace with a working one.
| Tobias Geerinckx-Rice |
2019-10-30 | gnu: youtube-dl: Update to 2019.10.29....* gnu/packages/video.scm (youtube-dl): Update to 2019.10.29.
| Tobias Geerinckx-Rice |
2019-10-30 | gnu: libedit: Download over HTTPS....* gnu/packages/libedit.scm (libedit)[source]: Use HTTPS.
| Tobias Geerinckx-Rice |
2019-10-30 | gnu: libedit: Update to 20191025-3.1....* gnu/packages/libedit.scm (libedit): Update to 20191025-3.1.
| Tobias Geerinckx-Rice |
2019-10-30 | gnu: paps: Update to 0.7.1....* gnu/packages/pdf.scm (paps): Update to 0.7.1.
| Tobias Geerinckx-Rice |
2019-10-30 | gnu: powertop: Update to 2.11....* gnu/packages/linux.scm (powertop): Update to 2.11.
| Tobias Geerinckx-Rice |
2019-10-29 | gnu: Add kmonad....* gnu/packages/haskell-apps.scm (kmonad): New variable.
| Alex Griffin |