Commit Graph

42095 Commits

Author SHA1 Message Date
Tobias Geerinckx-Rice 0330d6b2bf
gnu: xf86-video-ati: Update to 19.0.0.
* gnu/packages/xorg.scm (xf86-video-ati): Update to 19.0.0.
[source]: Re-indent.
2019-03-11 02:08:01 +01:00
Tobias Geerinckx-Rice 77ad8ec4fc
gnu: xf86-video-amdgpu: Update to 19.0.0.
* gnu/packages/xorg.scm (xf86-video-amdgpu): Update to 19.0.0.
[source]: Re-indent.
2019-03-11 02:08:01 +01:00
Tobias Geerinckx-Rice c170080689
gnu: console-setup: Update to 1.190.
* gnu/packages/xorg.scm (console-setup): Update to 1.190.
2019-03-11 02:08:01 +01:00
Tobias Geerinckx-Rice 0189045904
gnu: snd: Update to 19.2.
* gnu/packages/audio.scm (snd): Update to 19.2.
2019-03-11 02:08:00 +01:00
Ludovic Courtès 8b3ad455be
services: guix: Pre-compute the default ACL.
This makes the first boot slightly faster.

* gnu/services/base.scm (not-config?): New procedure.
(hydra-key-authorization): Rewrite to pre-compute the default ACL, and
pre-compute it using (guix pki) directly.
2019-03-10 23:41:33 +01:00
Ludovic Courtès 309d87c3aa
services: guix: Allocate build user UIDs in the system range.
Until now we were allocating the UIDs of build users above 30000, which
is in "normal" user UID range.  This static allocation was unnecessary,
so this change lets the system allocate UIDs in the system range (below
1000).

* gnu/services/base.scm (guix-build-accounts): Remove #:first-uid, and
remove 'uid' field from 'user-account'.
2019-03-10 23:41:33 +01:00
Ludovic Courtès 45fef894eb
gnu: gnome-shell: Avoid top-level reference to inkscape.
Fixes <https://bugs.gnu.org/34806>.
Reported by Marius Bakke <mbakke@fastmail.com>.

* gnu/packages/gnome.scm (gnome-shell)[source](snippet): Remove
reference to INKSCAPE.  Instead, simply copy the SVG file to
data/theme.
[arguments]: Add 'convert-logo-to-png' phase.
[native-inputs]: Add INKSCAPE.
2019-03-10 23:41:33 +01:00
Tobias Geerinckx-Rice 5ae5932b2f
gnu: ansible: Update to 2.7.8 [fixes CVE-2019-3828].
* gnu/packages/admin.scm (ansible): Update to 2.7.8.
2019-03-10 23:00:08 +01:00
Ludovic Courtès ea89b62a18
packages: 'patch-and-repack' specifies a 'type' property for the derivation.
* guix/packages.scm (patch-and-repack): Pass #:properties to 'gexp->derivation'.
2019-03-10 22:24:09 +01:00
Ludovic Courtès 6db044db45
build-system/gnu: Copy license files to all the outputs.
Fixes <https://bugs.gnu.org/34702>.
Reported by Leo Famulari <leo@famulari.name>.

* guix/build/gnu-build-system.scm (install-license-files)[copy-to-directories]:
New procedure.
Call it to copy license files to all the outputs.
2019-03-10 22:24:08 +01:00
Ludovic Courtès 278409e7e9
build-system/gnu: Always look for license files in the source tree.
Fixes <https://bugs.gnu.org/31103>.

* guix/build/gnu-build-system.scm (install-license-files): Add #:out-of-source?.
[find-source-directory]: New procedure.
Use it to Determine the source directory and look for license files
there.
2019-03-10 22:24:08 +01:00
Marius Bakke 7fda7b8fad
gnu: pugixml: Build as shared library.
* gnu/packages/patches/pugixml-versioned-libdir.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/xml.scm (pugixml)[source](patches): New field.
[arguments]: Instruct the build system to create a shared rather than static
library.
[native-inputs]: Add PKG-CONFIG.
2019-03-10 21:44:25 +01:00
Marius Bakke e2bdf60982
gnu: FileZilla: Update to 3.41.1.
* gnu/packages/ftp.scm (filezilla): Update to 3.41.1.
2019-03-10 21:44:25 +01:00
Marius Bakke 6324727770
gnu: pugixml is a regular input.
* gnu/packages/emulators.scm (mame)[native-inputs]: Move PUGIXML ...
[inputs]: ... here.
* gnu/packages/ftp.scm (filezilla)[native-inputs, inputs]: Likewise.
2019-03-10 21:44:25 +01:00
Oleg Pykhalov e44de1d2fb
services: zabbix-front-end: Show location in messages.
* gnu/services/monitoring.scm (zabbix-front-end-config): Show location in
messages.
2019-03-10 21:32:38 +03:00
Oleg Pykhalov d132d9f96b
services: configuration: Add '%location'.
* gnu/services/configuration.scm (define-configuration): Add '%location'.
2019-03-10 21:32:38 +03:00
Marius Bakke 5a45765628
gnu: python-mako: Fix FTBFS with Pytest 4.
* gnu/packages/python-xyz.scm (python-mako)[arguments]: New field.
2019-03-10 18:50:01 +01:00
Marius Bakke e1e89e2628
gnu: nghttp2: Update to 1.37.0.
* gnu/packages/web.scm (nghttp2): Update to 1.37.0.
2019-03-10 18:50:01 +01:00
Marius Bakke 8acd1e90c5
gnu: python-babel: Disable tests that are incompatible with Pytest 4.
* gnu/packages/python-xyz.scm (python-babel)[arguments]: Expand pytest invokation.
2019-03-10 18:50:00 +01:00
Marius Bakke 3d3694079d
gnu: python-chardet: Disable tests.
* gnu/packages/python-xyz.scm (python-chardet)[arguments]: New field.
2019-03-10 18:50:00 +01:00
Marius Bakke 97e537c3c7
gnu: lz4: Update to 1.8.3.
* gnu/packages/compression.scm (lz4): Update to 1.8.3.
[arguments]: Add phase 'disable-broken-test'.
2019-03-10 18:50:00 +01:00
Marius Bakke 9ded89fd7c
gnu: nasm: Update to 2.14.02.
* gnu/packages/assembly.scm (nasm): Update to 2.14.02.
2019-03-10 18:49:59 +01:00
Marius Bakke e8393ebe46
gnu: c-ares: Update to 1.15.0.
* gnu/packages/adns.scm (c-ares): Update to 1.15.0.
(c-ares-next): Remove variable.
2019-03-10 18:49:59 +01:00
Marius Bakke e74f153a10
gnu: Use OpenSSL 1.1 as the default OpenSSL package.
* gnu/packages/tls.scm (openssl-next): Delete variable.  Move related code ...
(openssl) ... here.
(openssl-1.0): New public variable.  Retain old arguments.
* gnu/packages/crypto.scm (asignify)[inputs]: Change OPENSSL-NEXT to OPENSSL.
* gnu/packages/databases.scm (mariadb)[inputs]: Change from OPENSSL to OPENSSL-1.0.
* gnu/packages/node.scm (node)[inputs]: Likewise.
* gnu/packages/rust.scm (rust-1.19)[inputs]: Likewise.
2019-03-10 18:49:59 +01:00
Marius Bakke b0f5ec4ffb
gnu: libgc: Update to 7.6.12.
* gnu/packages/bdw-gc.scm (libgc): Update to 7.6.12.
[arguments]: Add phase to avoid libatomic-ops propagation.
2019-03-10 18:49:59 +01:00
Marius Bakke b9cb310468
gnu: libatomic-ops: Update to 7.6.10.
* gnu/packages/bdw-gc.scm (libgc): Update to 7.6.10.
2019-03-10 18:49:58 +01:00
Marius Bakke 96ab233df7
Merge branch 'staging' into core-updates 2019-03-10 18:47:02 +01:00
Marius Bakke a4de1a651e
gnu: double-conversion: Update to 3.1.3.
* gnu/packages/maths.scm (double-conversion): Update to 3.1.3.
[source](uri): Adjust for version tag prefix.
2019-03-10 18:38:51 +01:00
Marius Bakke 55f80e1592
gnu: libvdpau: Update to 1.2.
* gnu/packages/video.scm (libvdpau): Update to 1.2.
[source](uri): Adjust for new URL.
2019-03-10 18:38:51 +01:00
Marius Bakke 792737e9ab
gnu: subversion: Update to 1.10.4 [fixes CVE-2018-11803].
* gnu/packages/version-control.scm (subversion): Update to 1.10.4.
2019-03-10 18:38:51 +01:00
Marius Bakke 1c4724634c
gnu: libuninameslist: Update to 20190305.
* gnu/packages/fontutils.scm (libuninameslist): Update to 20190305.
2019-03-10 18:38:50 +01:00
Marius Bakke 8c5533b582
Merge branch 'master' into staging 2019-03-10 18:38:25 +01:00
Marius Bakke 41ce92501b
gnu: xfd: Update to 1.1.3.
* gnu/packages/xorg.scm (xfd): Update to 1.1.3.
2019-03-10 18:30:51 +01:00
Marius Bakke 06e3ed5d19
gnu: xprop: Update to 1.2.4.
* gnu/packages/xorg.scm (xprop): Update to 1.2.4.
2019-03-10 18:30:51 +01:00
Marius Bakke df8dbfb30b
gnu: notmuch: Update to 0.28.3.
* gnu/packages/mail.scm (notmuch): Update to 0.28.3.
2019-03-10 18:30:51 +01:00
Marius Bakke 2c0cf9eec7
gnu: xapian: Update to 1.4.11.
* gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.11.
2019-03-10 18:30:51 +01:00
Marius Bakke 511930c294
gnu: libmspack: Update to 0.10.1.
* gnu/packages/compression.scm (libmspack): Update to 0.10.1.
2019-03-10 18:30:50 +01:00
Marius Bakke 755226e9c2
gnu: python-dask: Update to 1.1.4.
* gnu/packages/python-xyz.scm (python-dask): Update to 1.1.4.
2019-03-10 18:30:50 +01:00
Marius Bakke f1fff66be5
gnu: elogind: Update to 239.4.
* gnu/packages/freedesktop.scm (elogind): Update to 239.4.
2019-03-10 18:30:50 +01:00
Tobias Geerinckx-Rice 6845ab5204
gnu: Import (gnu packages image) in (gnu packages scanner).
This is a follow-up to commit 10bd2889d2.

* gnu/packages/scanner.scm: #:use-module (gnu packages image).
2019-03-10 17:12:16 +01:00
Tobias Geerinckx-Rice 10bd2889d2
gnu: sane-backends: Support PNG scanimage output.
* gnu/packages/scanner.scm (sane-backends)[inputs]: Add libpng.
2019-03-10 16:33:55 +01:00
Ricardo Wurmus ca32afacf9
gnu: Add btanks.
* gnu/packages/games.scm (btanks): New variable.
2019-03-10 14:04:28 +01:00
Ricardo Wurmus d7764d42e4
gnu: Add libsmpeg-with-sdl1.
* gnu/packages/video.scm (libsmpeg-with-sdl1): New variable.
(libsmpeg)[version]: Change to 0.4.5-401.
2019-03-10 14:04:28 +01:00
Ricardo Wurmus 8ada024ba6
gnu: Add 4dtris.
* gnu/packages/games.scm (4dtris): New variable.
2019-03-10 14:04:28 +01:00
Ricardo Wurmus c06709b8a4
gnu: Add slingshot.
* gnu/packages/games.scm (slingshot): New variable.
2019-03-10 14:04:28 +01:00
Ricardo Wurmus 05487ed8e6
gnu: scons: Update to 3.0.4.
* gnu/packages/python-xyz.scm (scons): Update to 3.0.4.
[arguments]: Remove second instance of "imp.load_module" (bug 34236).
2019-03-10 14:04:28 +01:00
Tobias Geerinckx-Rice 4eb57ca883
gnu: Add opensmtpd-next.
* gnu/packages/mail.scm (opensmtpd-next): New public variable.
2019-03-10 13:37:18 +01:00
Tobias Geerinckx-Rice 380384e419
gnu: ibus: Update Unicode data to 12.0.0.
* gnu/packages/ibus.scm (ibus)[native-inputs]: Use versioned URLs for
Unicode data and update hashes.
2019-03-10 13:37:18 +01:00
Pierre Neidhardt 2b613a1a5d
gnu: hyperledger-fabric: Fix description, set supported system and parallel build.
* gnu/packages/hyperledger.scm (hyperledger-fabric)[description]: Rephrase
into something less marketing-ish.
[arguments]: Build with multiple jobs.
[supported-systems]: Support x86_64-linux only.
2019-03-09 12:30:24 +01:00
Ricardo Wurmus 7d4cab7473
gnu: Add openfst.
* gnu/packages/machine-learning.scm (openfst): New variable.
2019-03-09 10:43:37 +01:00