Commit Graph

41062 Commits (4a17211ad0020a5cc2585518f94f9a110e330a88)

Author SHA1 Message Date
Efraim Flashner 2206f23679
gnu: Add eternalterminal.
* gnu/packages/terminals.scm (eternalterminal): New variable.
2019-03-11 10:30:58 +02:00
Efraim Flashner a5c8460a6d
gnu: crawl: Build without SSE only on some architecures.
This is a follow-up to b89284407f.

* gnu/packages/games.scm (crawl)[arguments]: Remove custom 'patch-flags
phase, add make-flag on non-x86* architectures to build without SSE.
2019-03-11 10:06:29 +02:00
Tobias Geerinckx-Rice 93a72fa7c9
gnu: xvid: Update to 1.3.5.
* gnu/packages/video.scm (xvid): Update to 1.3.5.
2019-03-11 02:08:04 +01:00
Tobias Geerinckx-Rice d05c14dfc9
gnu: python-acme, certbot: Update to 0.32.0.
* gnu/packages/tls.scm (python-acme): Update to 0.32.0.
(certbot)[source]: Update hash.
[native-inputs]: Replace python-nose with python-pytest.
[propagated-inputs]: Add python-cryptography.
2019-03-11 02:08:04 +01:00
Tobias Geerinckx-Rice 4d34fe4681
gnu: avidemux: Update to 2.7.2.
* gnu/packages/video.scm (avidemux): Update to 2.7.2.
[arguments]: Update version of included ffmpeg.
2019-03-11 02:08:04 +01:00
Tobias Geerinckx-Rice 642de36b9e
gnu: avidemux: Factorise ffmpeg version.
* gnu/packages/video.scm (avidemux)[arguments]: Move oft-repeated
hard-coded ffmpeg version number to a single let-bound variable.
2019-03-11 02:08:03 +01:00
Tobias Geerinckx-Rice 7d3ac6c08e
gnu: avidemux: Don't use NAME in source URI.
* gnu/packages/video.scm (avidemux)[source]: Hard-code NAME.
2019-03-11 02:08:03 +01:00
Tobias Geerinckx-Rice 129294e748
gnu: youtube-dl: Update to 2019.03.09.
* gnu/packages/video.scm (youtube-dl): Update to 2019.03.09.
2019-03-11 02:08:03 +01:00
Tobias Geerinckx-Rice 585be42f46
gnu: texmaker: Update to 5.0.3.
* gnu/packages/tex.scm (texmaker): Update to 5.0.3.
2019-03-11 02:08:03 +01:00
Tobias Geerinckx-Rice dbfb24824b
gnu: stunnel: Update to 5.50.
* gnu/packages/web.scm (stunnel): Update to 5.50.
2019-03-11 02:08:02 +01:00
Tobias Geerinckx-Rice a9644c5a49
gnu: you-get: Update to 0.4.1270.
* gnu/packages/video.scm (you-get): Update to 0.4.1270.
2019-03-11 02:08:02 +01:00
Tobias Geerinckx-Rice 266cd19eb9
gnu: nginx-documentation: Update to 2019-03-01-2345-7ef11708457e.
* gnu/packages/web.scm (nginx-documentation): Update to 2019-03-01-2345-7ef11708457e.
[arguments]: Simplify substitution.
2019-03-11 02:08:02 +01:00
Tobias Geerinckx-Rice fd46742dd2
gnu: nginx: Update to 1.15.9.
* gnu/packages/web.scm (nginx): Update to 1.15.9.
2019-03-11 02:08:02 +01:00
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
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 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
Pierre Neidhardt 983550692d
gnu: Add hyperledger-fabric.
* gnu/local.mk (hyperledger): New variable.
2019-03-09 10:15:46 +01:00
Tobias Geerinckx-Rice 373abfb398
gnu: lynis: Update to 2.7.2.
* gnu/packages/admin.scm (lynis): Update to 2.7.2.
2019-03-09 02:33:31 +01:00
Tobias Geerinckx-Rice 7b957a3344
gnu: youtube-viewer: Update to "3.5.4.
* gnu/packages/video.scm (youtube-viewer): Update to "3.5.4.
2019-03-09 02:33:31 +01:00
Tobias Geerinckx-Rice 37fc44eab9
gnu: dovecot: Avoid unnecessary patching.
* gnu/packages/mail.scm (dovecot)[arguments]: Replace ‘pre-configure’
patching with custom ‘make install sysconfdir=…’.
2019-03-09 02:33:31 +01:00
Tobias Geerinckx-Rice f762e49f28
gnu: dovecot: Indent arguments.
* gnu/packages/mail.scm (dovecot)[arguments]: C-M-q and tuck left.
2019-03-09 02:33:31 +01:00
Tobias Geerinckx-Rice 7969751f54
gnu: i3lock-color: Update to 2.12.c.
* gnu/packages/wm.scm (i3lock-color): Update to 2.12.c.
[inputs]: Add xcb-util-xrm.
2019-03-09 02:33:30 +01:00