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

58794 commits

Author SHA1 Message Date
Felix Gruber 6ca2d7dae0
gnu: maths: dune-*: Update to version 2.7
* gnu/packages/maths.scm (dune-*): Update to version 2.7.
(dune-uggrid)[source] Download from Git, as no release tarball for
version 2.7 exists.
(dune-alugrid,dune-subgrid,dune-pdelab)[source] Use commit hashes as no
tags for version 2.7 exist (yet?).
(dune-istl)[source](patches) Add patch required to build version 2.7
without openmpi.
* gnu/packages/patches/dune-istl-2.7-fix-non-mpi-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-22 19:23:58 +02:00
Brice Waegeneire 93664feee1
system: Split %BASE-PACKAGES in smaller parts.
* gnu/system.scm: (%base-packages-interactive, %base-packages-linux,
%base-packages-networking, %base-packages-utils): New variables.
(%base-packages): Use those new variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-22 19:23:57 +02:00
Raghav Gururajan 3183148992
gnu: Add blueman.
* gnu/packages/networking.scm (blueman): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-22 19:23:57 +02:00
Ludovic Courtès 416f7f4f14
profiles: Add #:name parameter to 'profile-derivation'.
* guix/profiles.scm (profile-derivation): Add #:name and pass it to
'gexp->derivation'.
2020-04-22 19:23:57 +02:00
Ludovic Courtès 2e37d1583a
system: 'operating-system-boot-parameters-file' uses 'scheme-file'.
* gnu/system.scm (operating-system-boot-parameters-file): Use
'scheme-file' instead of 'gexp->file'.
(operating-system-directory-base-entries): Adjust accordingly.
2020-04-22 19:23:57 +02:00
Ludovic Courtès 34faf63ebc
gexp: Add 'load-path?' field to <scheme-file>.
* guix/gexp.scm (<scheme-file>)[load-path?]: New field.
(scheme-file): Add #:set-load-path? and honor it.
(scheme-file-compiler): Pass #:set-load-path? to 'gexp->file'.
* doc/guix.texi (G-Expressions): Document it.
2020-04-22 19:23:57 +02:00
Andreas Enge f916ac128a
gnu: pari-gp: Update to 2.11.4.
* gnu/packages/algebra.scm (pari-gp): Update to 2.11.4.
2020-04-22 18:29:52 +02:00
Marius Bakke 8e61dbc828
gnu: ungoogled-chromium: Update to 81.0.4044.122-0.31d6e60 [security fixes].
This fixes CVE-2020-6459, CVE-2020-6460, and CVE-2020-6458.

* gnu/packages/chromium.scm (%chromium-version): Set to 81.0.4044.122.
(%ungoogled-revision): Set to 31d6e60c96481599b42072b4489e4468280198e3.
(%chromium-origin, %ungoogled-origin): Update hashes.
2020-04-22 16:08:26 +02:00
Marius Bakke 808d12bb08
gnu: qt@4: Update source URI.
* gnu/packages/qt.scm (qt-4)[source](uri): Adjust to current.
2020-04-22 16:08:26 +02:00
Ricardo Wurmus cbd2e1edc8
gnu: Remove mumimu.
* gnu/packages/mail.scm (mumimu): Remove variable.
2020-04-22 15:44:30 +02:00
Ricardo Wurmus decf7f6c41
gnu: mumi: Update to 0.0.0-16.9175199.
* gnu/packages/mail.scm (mumi): Update to 0.0.0-16.9175199.
[inputs]: Add guile-xapian; remove mumimu.
2020-04-22 15:44:30 +02:00
Guillaume Le Vaillant 618819aa2f
gnu: Add w-scan.
* gnu/packages/video.scm (w-scan): New variable.
2020-04-22 11:02:43 +02:00
Arun Isaac ed248424d8
gnu: Add font-meera-inimai.
* gnu/packages/fonts.scm (font-meera-inimai): New variable.
2020-04-22 09:58:38 +05:30
Arun Isaac d2b237d0cc
gnu: Add python-google-brotli.
* gnu/packages/compression.scm (python-google-brotli): New variable.
2020-04-22 09:58:28 +05:30
Mark H Weaver 6e8f58fe31
gnu: linux-libre: Update to 5.4.34.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.34.
(linux-libre-5.4-pristine-source): Update hash.
2020-04-21 18:22:09 -04:00
Mark H Weaver 5800d54bee
gnu: linux-libre@5.6: Update to 5.6.6.
* gnu/packages/linux.scm (linux-libre-5.6-version): Update to 5.6.6.
(linux-libre-5.6-pristine-source): Update hash.
2020-04-21 18:21:11 -04:00
Mark H Weaver fe8b2fc24a
gnu: linux-libre@4.19: Update to 4.19.117.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.117.
(linux-libre-4.19-pristine-source): Update hash.
2020-04-21 18:20:03 -04:00
Ludovic Courtès f224635578
news: Add entry for the cookbook.
* etc/news.scm: Add entry for the cookbook.
2020-04-21 23:52:35 +02:00
Ludovic Courtès e1e6491226
self: Build and install 'guix-cookbook.info' and its translations.
* guix/self.scm (translate-texi-manuals)[build]: Translate and install
guix-cookbook.texi.
(info-manual)[build]: Handle "guix-cookbook*.texi".
2020-04-21 23:52:19 +02:00
Ludovic Courtès 84c37e6368
self: translate-texi-manuals: Add 'available-translations'.
* guix/self.scm (translate-texi-manuals)[build](available-translations):
New procedure.
Use it rather than directly calling 'find-files' & co.
2020-04-21 23:52:19 +02:00
Ludovic Courtès cc753650ec
self: translate-texi-manuals: Don't hardcode "guix.texi".
* guix/self.scm (translate-texi-manuals)[build](translate-texi): Add
'prefix' and #:extras parameters and honor them.  Adjust callers.
2020-04-21 23:52:19 +02:00
Ludovic Courtès cb26edc8f6
doc: Include *.json files in the source.
This is a followup to c9f321e52a.

* doc/build.scm (texinfo-manual-source)[build]: Add *.json to #$output.
2020-04-21 23:52:19 +02:00
Leo Famulari 0b9a117765
gnu: OpenSSL: Update to 1.1.1g [fixes CVE-2020-1967].
* gnu/packages/tls.scm (openssl)[replacement]: Replace with openssl-1.1.1g.
(openssl-1.1.1e): Replace variable with ...
(openssl-1.1.1g): ... this.
2020-04-21 16:03:29 -04:00
Michael Rohleder a1c34680b3
gnu: emacs-dired-toggle-sudo: Update to 1.0-0.13bbe52.
* gnu/packages/emacs-xyz.scm (emacs-dired-toggle-sudo): Update to 1.0-0.13bbe52.
* gnu/packages/patches/emacs-dired-toggle-sudo-emacs-26.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-04-21 12:53:56 -04:00
Ludovic Courtès 7681246325
gnu: shepherd: Add Guile 2.0 variant.
* gnu/packages/admin.scm (guile2.0-shepherd): New variable.
2020-04-21 16:33:21 +02:00
Ludovic Courtès e3358a831e
gnu: shepherd: Update to 0.8.0.
* gnu/packages/admin.scm (shepherd): Update to 0.8.0.
* gnu/services/shepherd.scm (shepherd-configuration-file): Use
'default-pid-file-timeout' instead of fiddling with '%pid-file-timeout'.
2020-04-21 16:33:21 +02:00
Ludovic Courtès aa7b3c6c0e
tests: web: Explicitly wait for the HTTP port.
* gnu/tests/web.scm (run-webserver-test)["HTTP port ready"]: New test.
2020-04-21 16:33:21 +02:00
Ludovic Courtès a295a1ca29
tests: ssh: Explicitly wait for port 22.
Previously we could occasionally try to connect before the server is
actually listening, both for OpenSSH and Dropbear.

* gnu/tests/ssh.scm (run-ssh-test)["wait for port 22"]: New test.
2020-04-21 16:33:21 +02:00
Ricardo Wurmus d10e7a348c
gnu: guile-xapian: Update to 0.1.0.
* gnu/packages/guile-xyz.scm (guile-xapian): Update to 0.1.0.
2020-04-21 14:34:47 +02:00
Pjotr Prins 0e64f12db5
gnu: Add python-rdflib-jsonld.
* gnu/packages/rdf.scm (python-rdflib-jsonld): New variable.
2020-04-21 12:41:47 +03:00
Efraim Flashner 5d29808bea
gnu: rdf.scm: Use license: prefix.
* gnu/packages/rdf.scm: Use a 'license:' prefix for package licenses
instead of only importing a select number of licenses.
2020-04-21 12:38:19 +03:00
Vagrant Cascadian 5327b399a8
gnu: Add u-boot-pinebook-pro-rk3399.
* gnu/packages/bootloaders (u-boot-pinebook-pro-rk3399): New variable.
* gnu/packages/patches/u-boot-DT-for-Pinebook-Pro.patch: New file.
* gnu/packages/patches/u-boot-add-boe-nv140fhmn49-display.patch: New file.
* gnu/packages/patches/u-boot-gpio-keys-binding-cons.patch: New file.
* gnu/packages/patches/u-boot-leds-common-binding-con.patch: New file.
* gnu/packages/patches/u-boot-support-Pinebook-Pro-laptop.patch: New file.
* gnu/packages/patches/u-boot-video-rockchip-fix-build.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add new patches.
* gnu/bootloader/u-boot.scm (install-pinebook-pro-rk3399-u-boot,
  u-boot-pinebook-pro-rk3399-bootloader): New variable.

Co-authored-by: Jan Nieuwenhuizen <janneke@gnu.org>
2020-04-20 19:13:35 -07:00
Raghav Gururajan 41169f21e6
gnu: liblinphone: Fix icons.
* gnu/packages/linphone.scm (liblinphone): Fix icons.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2020-04-20 21:50:27 -04:00
Vagrant Cascadian ce5f4701d1
gnu: obs: Update to 25.0.7.
* gnu/packages/video (obs): Update to 25.0.7.
2020-04-20 15:10:18 -07:00
Ludovic Courtès c8d8f6160e
packages: Recommend against the use of 'package-file'.
* guix/packages.scm (package-file): Recommend against its use in the
docstring.
* doc/guix.texi (The Store Monad): Likewise.
2020-04-21 00:06:40 +02:00
Ludovic Courtès 71977a6c59
Revert "system: Don’t create a module database when no modules are available."
This reverts commit b2fff3b5de.

Fixes <https://bugs.gnu.org/40713>.
Reported by pkill9 <pkill9@runbox.com>.

This commit is incorrect: its effect depends on whether KERNEL's build
output is already available in the store, it breaks with non-package
kernels as reported at <https://bugs.gnu.org/40713>, and the
LINUX-MODULE-DATABASE hook is required at all times since
5c79f23863 removed the relevant bits from
the 'linux-libre' package.
2020-04-21 00:06:40 +02:00
Ludovic Courtès a322e9d16b
services: etc: Detect and report duplicate entries.
Fixes <https://bugs.gnu.org/40729>.
Reported by Christopher Baines <mail@cbaines.net>.

* gnu/services.scm (files->etc-directory)[assert-no-duplicates]: New
procedure.
Use it.
2020-04-21 00:06:40 +02:00
Ludovic Courtès b25ecfa2e0
services: dovecot: 'stop' method returns #f upon success.
* gnu/services/mail.scm (dovecot-shepherd-service)[stop]: Use 'invoke'
instead of 'make-forkexec-constructor'.  Previously, the 'stop' method
would return the PID of the "dovecot stop" process, which would be
interpreted as a failure to stop the service.
2020-04-21 00:06:40 +02:00
Ludovic Courtès 7d903d2ff7
services: Don't use the deprecated 'make-forkexec-constructor' call.
Passing 'make-forkexec-constructor' a string or several string arguments
has been deprecated since dmd 0.1.

* gnu/services/base.scm (rngd-service-type): In 'start' method, pass a
list as the first argument to 'make-forkexec-constructor'.
* gnu/services/desktop.scm (bluetooth-shepherd-service): Likewise.
* gnu/services/spice.scm (spice-vdagent-shepherd-service): Likewise.
2020-04-21 00:06:40 +02:00
Ludovic Courtès b6cb4aeff8
gnu: mcron: Remove now unneeded phase.
This is a followup to a52aa7fdef.

* gnu/packages/guile-xyz.scm (mcron)[arguments]: Remove
'fix-finding-guile'.
2020-04-21 00:06:39 +02:00
Leo Famulari b023a8acd3
gnu: cgit: Update Git source code to 2.25.4.
* gnu/packages/version-control.scm (cgit)[inputs]: Update git-source to 2.25.4.
2020-04-20 16:21:08 -04:00
Leo Famulari 781af06533
gnu: Git: Update to 2.26.2 [fixes CVE-2020-11008].
* gnu/packages/version-control.scm (git): Update to 2.26.2.
[native-inputs]: Update git-manpages.
2020-04-20 16:21:04 -04:00
Naga Malleswari 2eac967ab7
gnu: xfce.scm: Sort module imports.
* gnu/packages/xfce.scm: Sort module imports.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-20 21:32:22 +02:00
Florian Pelz 80dbad1814
installer: Rename uvesafb shepherd service to maybe-uvesafb.
Because the installer's uvesafb service loads uvesafb only on some machines.

This is a follow-up to commit 0ad60b2a89.

* gnu/system/install.scm (uvesafb-shepherd-service): Adjust provision and
description fields.
2020-04-20 19:24:21 +00:00
R Veera Kumar 9b3c231e3c
gnu: libqalculate: Fix libcurl gnutls CA cert bundle file.
* gnu/packages/patches/libqalculate-3.8.0-libcurl-ssl-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/maths.scm (libqalculate)[source]: Use it.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-20 20:05:09 +02:00
Raghav Gururajan e71c7f6abe
gnu: Add midori.
* gnu/packages/web-browsers.scm (midori): New variable.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-04-20 18:54:33 +02:00
Julien Lepiller fd546bbbee
syscalls: Fix Linux detection in 'readdir*'.
* guix/build/syscalls.scm (readdir*): Fix Linux detection for
`arm-unknown-linux-gnueabihf'.
2020-04-20 16:30:14 +02:00
Eric Brown e68c8d3ef8
gnu: Add r-bridgesampling.
* gnu/packages/cran.scm (r-bridgesampling): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-04-20 15:11:08 +02:00
Ricardo Wurmus 10af34cd7f
tests: Update expected values for package->code.
Reported by janneke on IRC.

* tests/print.scm: Update expected package definitions produced by package->code.
2020-04-20 10:57:49 +02:00
Efraim Flashner a8f01c45c6
gnu: java-bouncycastle: Don't use unstable tarball.
* gnu/packages/java.scm (java-bouncycastle)[source]: Download using
git-fetch. Use upstream's repo, not a mirror.
2020-04-20 08:42:06 +03:00