3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

50081 commits

Author SHA1 Message Date
Efraim Flashner 4e64eca4ec
gnu: libreoffice: Update to 6.3.3.2.
* gnu/packages/libreoffice.scm (libreoffice): Update to 6.3.3.2.
[inputs]: Add gnupg, gobject-introspection.
[arguments]: Remove deprecated '--enable-verbose' configure flag.
2019-11-01 14:13:16 +02:00
Ludovic Courtès 6330db4d55
pull: Gracefully handle invalid Texinfo markup in news.
Reported by Oleg Pykhalov <go.wigust@gmail.com>.

* guix/scripts/pull.scm (display-news-entry-title)
(display-news-entry): Catch 'parser-error' around call to
'texi->plain-text', and return Texinfo as-is when an exception is
caught.
2019-11-01 12:23:45 +01:00
Ludovic Courtès 5afa23e180
services: colord: Deprecate 'colord-service' procedure.
* gnu/services/desktop.scm (colord-service-type)[default-value]: New field.
(colord-service): Define with 'define-deprecated'.
(%desktop-services): Use 'colord-service-type' instead of 'colord-service'.
* doc/guix.texi (Desktop Services): Adjust accordingly.
2019-11-01 12:23:45 +01:00
Nicolas Goaziou ed45fa64ba
gnu: snap: Update to 5.2.5.
* gnu/packages/education.scm (snap): Update to 5.2.5.
2019-11-01 12:11:35 +01:00
Nicolas Goaziou dee632a8b4
gnu: scintilla: Update to 4.2.1.
* gnu/packages/text-editors.scm (scintilla): Update to 4.2.1.
[arguments]: Remove unnecessary phase.
[native-inputs]: Remove "gcc" as default GCC is now higher than 7.1.  Add
"python-wrapper" for some scripts.
2019-11-01 12:03:27 +01:00
Nicolas Goaziou 51d602a5c1
gnu: rclone: Update to 1.50.0.
* gnu/packages/sync.scm (rclone): Update to 1.50.0.
2019-11-01 11:54:18 +01:00
Nicolas Goaziou b8a5004eea
gnu: fet: Update to 5.40.2.
* gnu/packages/education.scm (fet): Update to 5.40.2.
2019-11-01 11:44:15 +01:00
Nicolas Goaziou 530b3a1952
gnu: asymptote: Update to 2.59.
* gnu/packages/plotutils.scm (asymptote): Update to 2.59.
2019-11-01 11:22:05 +01:00
Nicolas Goaziou 9e5915770f
gnu: musescore: Update to 3.3.
* gnu/packages/music.scm (musescore): Update to 3.3.
[arguments]: Remove "-DBUILD_CRASH_REPORTER=OFF" configure flag, which is OFF
by default anyway.
2019-11-01 11:06:41 +01:00
Maxim Cournoyer f37ad658ea
services: ntp: Fix a crash when using legacy configuration.
Fixes issue #37504 (see: https://bugs.gnu.org/37504).

The bug was caused by the fact that destructuring an <ntp-configuration>
record using match would bind the 'servers' field without using the
compatibility accessor.

* gnu/services/networking.scm (ntp-shepherd-service): Replace `match-lambda'
by distinct `lambda' and `match' calls, so that the 'servers' field can be
generated by applying the `ntp-configuration-servers' procedure to the
configuration object.
2019-10-31 23:37:47 -04:00
Guillaume Le Vaillant 28d46d9d43
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>
2019-11-01 00:17:55 +01:00
Marius Bakke c9b9ef0a19
gnu: Chibi-Scheme: Do not use unstable tarball.
* gnu/packages/scheme.scm (chibi-scheme)[source]: Change to GIT-FETCH.
2019-11-01 00:17:55 +01:00
Ekaitz at ElenQ Technology cf822f4d92
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>
2019-11-01 00:17:55 +01:00
Mark H Weaver 9b096517bc
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.
2019-10-31 16:34:09 -04:00
Ivan Gankevich bbad38f4d8
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>
2019-10-31 01:03:27 +01:00
Marius Bakke b8806e13dc
gnu: u-boot: Remove redundant GCC input.
* gnu/packages/bootloaders.scm (make-u-boot-package)[native-inputs]: Do not
explicitly add GCC 7.
2019-10-31 01:03:27 +01:00
Marius Bakke 7973d59d1a
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.
2019-10-31 01:03:27 +01:00
Marius Bakke 2ed626bf0d
gnu: pingus: Adjust for GCC 7.
Fixes <https://bugs.gnu.org/37946>.

* gnu/packages/games.scm (pingus)[source](modules, snippet): New fields.
2019-10-31 01:03:27 +01:00
Marius Bakke 4b889d3a7a
gnu: pingus: Update source URI.
* gnu/packages/games.scm (pingus)[source](uri): Change to current repository.
2019-10-31 01:03:26 +01:00
Maxim Cournoyer 97bc3cbea5
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.
2019-10-30 18:15:54 -04:00
Guillaume Le Vaillant d29d04c9e6
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.
2019-10-30 17:53:11 +01:00
Guillaume Le Vaillant 93953ec714
gnu: Add python-keyutils.
* gnu/packages/python-crypto.scm (python-keyutils): New variable.
2019-10-30 17:53:11 +01:00
Leo Prikler 08db81c95a
gnu: Add gitg.
* gnu/packages/gnome.scm: (gitg): New variable.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2019-10-30 17:16:59 +01:00
Carl Dong 2b1d708294
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.
2019-10-30 11:41:31 -04:00
Pierre Neidhardt 76dbadac59
gnu: Add dxvk.
* gnu/packages/wine.scm (dxvk): New variable.
2019-10-30 16:31:35 +01:00
Carl Dong 2148674372
gnu: make-nsis: Fix cross-compilation.
* gnu/packages/installers.scm (make-nsis)[arguments]: Enforce correct
ordering of search paths (mingw-w64 last).
2019-10-30 11:20:00 -04:00
Nicolas Goaziou dae206f1f2
gnu: Fix attribution.
* gnu/packages/game-development.scm: Fix attribution.
2019-10-30 14:44:14 +01:00
Pierre Neidhardt cd6a22d1ac
gnu: Add emacs-eshell-did-you-mean.
* gnu/packages/emacs-xyz.scm (emacs-eshell-did-you-mean): New variable.
2019-10-30 14:40:49 +01:00
Pierre Neidhardt e16acb5c9b
gnu: Add emacs-eshell-prompt-extras.
* gnu/packages/emacs-xyz.scm (emacs-eshell-prompt-extras): New variable.
2019-10-30 14:40:49 +01:00
Marius Bakke d8bb1097d7
gnu: python2-pandas: Downgrade to 0.24.2.
This is a follow-up to commit 7a97a26d01.

* gnu/packages/python-xyz.scm (python-pandas)[properties]: New field.
(python2-pandas): Downgrade to 0.24.2.
2019-10-30 14:32:17 +01:00
Marius Bakke adb396eae3
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 8e5fbd5dda.

* gnu/packages/python-xyz.scm (python-numpy)[properties]: New field.
(python2-numpy): Downgrade to 1.16.5.
2019-10-30 14:32:17 +01:00
Ricardo Wurmus 8cdfaef118
gnu: cuirass: Update to 0.0.1-26.e20ff86.
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-26.e20ff86.
2019-10-30 13:32:24 +01:00
Efraim Flashner 2679d9a419
gnu: python-whoosh: Skip test suite.
* gnu/packages/python-xyz.scm (python-whoosh)[arguments]: Disable the
test suite.
2019-10-30 12:38:11 +02:00
Mathieu Othacehe 3ccdd3a5ff
gnu: python-xlrd: Fix comment.
* gnu/packages/python-xyz.scm (python-xlrd)[arguments]: Turn comment into a
full sentence.
2019-10-30 10:19:08 +01:00
Giacomo Leidi 7a97a26d01
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>
2019-10-30 10:17:59 +01:00
Giacomo Leidi 3a2b1a3c9c
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>
2019-10-30 10:17:52 +01:00
Giacomo Leidi 8e5fbd5dda
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>
2019-10-30 10:17:44 +01:00
Pierre Neidhardt cb7b501deb
doc: Explain how to switch profile from empty shell in "Profiles in Practice".
* doc/guix-cookbook.texi (Profiles in Practice): Add example.
2019-10-30 09:33:53 +01:00
Mark H Weaver 6d8e6f1940
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.
2019-10-30 02:46:58 -04:00
Mark H Weaver fd41243c81
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.
2019-10-30 02:46:13 -04:00
Mark H Weaver 54e616403d
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.
2019-10-30 02:45:33 -04:00
Mark H Weaver a6891409e3
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.
2019-10-30 02:44:59 -04:00
Mark H Weaver 6e5bc87ced
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.
2019-10-30 02:43:55 -04:00
Tobias Geerinckx-Rice 9110ee4c57
gnu: r-rgdal: Update to 1.4-7.
* gnu/packages/cran.scm (r-rgdal): Update to 1.4-7.
2019-10-30 05:52:39 +01:00
Tobias Geerinckx-Rice 5f5961121b
gnu: r-huge: Update to 1.3.4.
* gnu/packages/cran.scm (r-huge): Update to 1.3.4.
2019-10-30 05:52:39 +01:00
Tobias Geerinckx-Rice 020e32149d
gnu: r-spam: Update to 2.3-0.2.
* gnu/packages/cran.scm (r-spam): Update to 2.3-0.2.
2019-10-30 05:52:38 +01:00
Tobias Geerinckx-Rice 7f2a457783
gnu: perl-net-dns-native: Update to 0.22.
* gnu/packages/perl.scm (perl-net-dns-native): Update to 0.22.
2019-10-30 05:21:05 +01:00
Tobias Geerinckx-Rice b7d9d92b60
gnu: perl-moo-2: Update to 2.003006.
* gnu/packages/perl.scm (perl-moo-2): Update to 2.003006.
2019-10-30 05:21:05 +01:00
Tobias Geerinckx-Rice b6909d47cc
gnu: openrct2: Update to 0.2.4.
* gnu/packages/games.scm (openrct2): Update to 0.2.4.
2019-10-30 05:21:04 +01:00
Tobias Geerinckx-Rice da321a54f8
gnu: r-tidytree: Update to 0.2.9.
* gnu/packages/cran.scm (r-tidytree): Update to 0.2.9.
2019-10-30 05:21:04 +01:00