Commit Graph

45836 Commits (5cc1075a76392666d3d733837f5c6252b1e48002)

Author SHA1 Message Date
Florian Pelz 0207ebf0e9
doc: Use new upstream nomenclature for NetworkManager’s dnsmasq.
* doc/guix.texi (Networking Services): Replace term 'split DNS' by
'conditional forwarding'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-24 23:24:58 +02:00
Florian Pelz a53a60e0a0
doc: Recommend '-enable-kvm' for installing in a VM as well.
* doc (Installing Guix in a VM): Add '-enable-kvm' to example.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-24 23:17:09 +02:00
Ludovic Courtès 2135610c9b
gnu: Add Guile-JPEG.
* gnu/packages/guile-xyz.scm (guile-jpeg): New variable.
2019-06-24 23:13:11 +02:00
Ludovic Courtès b6f5339dd0
progress: Call 'time-difference' on times of the same type.
Guile 2.2.5 and 2.9.2 would catch the issue.
This is a followup to 88bc3c89bf.

* guix/progress.scm (display-download-progress)[elapsed]: Pass
'current-time' the same type as START-TIME.
2019-06-24 23:10:13 +02:00
Gábor Boskovits 38c8437e6e
gnu: weston: Update to 6.0.1.
* gnu/packages/freedesktop.scm (weston): Update to 6.0.1.
2019-06-24 22:10:49 +02:00
Efraim Flashner a220a6894b
gnu: apl: Add pcre support.
* gnu/packages/apl.scm (apl)[inputs]: Add pcre2.
2019-06-24 18:59:21 +03:00
Efraim Flashner f98ca1520f
gnu: apl: Update to 1.8.
* gnu/packages/apl.scm (apl): Update to 1.8.
2019-06-24 18:59:21 +03:00
Ludovic Courtès bb11825f35
publish: Work around Guile 2.2.5 (web server) bug.
* guix/scripts/publish.scm: Replace (@@ (web http) read-header-line) on
Guile 2.2.5.
2019-06-24 17:50:08 +02:00
Ludovic Courtès f9d55c4925
tests: Import (guix build utils) in the marionette.
* gnu/tests/install.scm (%minimal-os)[marionette-configuration](imported-modules):
Add (guix build utils).
* gnu/tests/base.scm (run-basic-test)["skeletons in home directories"]:
Use (guix build utils) explicitly.
2019-06-24 17:50:08 +02:00
Tobias Geerinckx-Rice 57945dd70c
gnu: znc: Switch back to Guix's googletest package.
* gnu/packages/messaging.scm (znc)[native-inputs]: Use the packaged
googletest's sources.
2019-06-24 13:25:28 +02:00
Tobias Geerinckx-Rice 3b39f09fd9
gnu: googletest: Update to 1.8.1.
* gnu/packages/check.scm (googletest): Update to 1.8.1.
2019-06-24 13:25:28 +02:00
Tobias Geerinckx-Rice 0246bfc0c4
gnu: padthv1: Update to 0.9.8.
* gnu/packages/music.scm (padthv1): Update to 0.9.8.
[arguments]: Drop -std=gnu++11 #:configure-flags.
2019-06-24 13:25:28 +02:00
Tobias Geerinckx-Rice d32f2aa379
gnu: samplv1: Update to 0.9.8.
* gnu/packages/music.scm (samplv1): Update to 0.9.8.
[arguments]: Drop -std=gnu++11 #:configure-flags.
2019-06-24 13:25:28 +02:00
Tobias Geerinckx-Rice 8c7c76876b
gnu: synthv1: Update to 0.9.8.
* gnu/packages/music.scm (synthv1): Update to 0.9.8.
[arguments]: Drop -std=gnu++11 #:configure-flags.
2019-06-24 13:25:27 +02:00
Tobias Geerinckx-Rice 8b78ba2b9b
gnu: drumkv1: Update to 0.9.8.
* gnu/packages/music.scm (drumkv1): Update to 0.9.8.
[arguments]: Drop -std=gnu++11 #:configure-flags.
2019-06-24 13:25:27 +02:00
Tobias Geerinckx-Rice 455d29dda6
gnu: python-parted: Don't use unstable tarball.
* gnu/packages/disk.scm (python-parted)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-06-24 13:25:27 +02:00
Tobias Geerinckx-Rice 2ea3bfe7cb
gnu: Add volumeicon.
* gnu/packages/gtk.scm (volumeicon): New public variable.
2019-06-24 13:25:27 +02:00
Tobias Geerinckx-Rice 89512e1b30
gnu: python-parted: Update to 3.11.2.
* gnu/packages/disk.scm (python-parted): Update to 3.11.2.
2019-06-24 13:25:27 +02:00
Gábor Boskovits 91477def51
gnu: Add postgresql-11.
* gnu/packages/databases.scm(postgresql-11): New variable.
2019-06-24 10:41:16 +02:00
Ludovic Courtès 40c369b234
linux-container: Remove dependency on (guix utils).
Fixes a bug whereby derivations importing (gnu build linux-container),
such as the 'bitlbee' and 'tor' services, would depend on the
user's (guix config) file, which was pulled as a dependency of (guix
utils).  As a result, those derivations would vary from user to user.

* gnu/build/linux-container.scm (call-with-temporary-directory): New
procedure.
2019-06-23 19:53:03 +02:00
Ludovic Courtès 92359aed40
guix build: '--log-file' no longer returns several log files.
Fixes a regression introduced in
9353b199c1 whereby something like:

  guix build --log-file $(guix build -d guile)

would return two log files.  This led to a failure of 'tests/guix-build.sh'.

* guix/scripts/build.scm (guix-build): Filter out derivation file names
from ITEMS.
2019-06-23 19:53:03 +02:00
Ludovic Courtès 0f2d9c3290
guix build: Use 'warning' for warnings.
* guix/scripts/build.scm (options->derivations): Use 'warning' instead
of 'format'.
2019-06-23 19:53:03 +02:00
Tobias Geerinckx-Rice 258257acb0
gnu: znc: Update to 1.7.4.
* gnu/packages/messaging.scm (znc): Update to 1.7.4.
2019-06-23 16:14:51 +02:00
Tobias Geerinckx-Rice 22e6855442
gnu: spread-sheet-widget: Don't use NAME in source URI.
* gnu/packages/gtk.scm (spread-sheet-widget)[source]: Hard-code NAME.
2019-06-23 16:14:51 +02:00
Tobias Geerinckx-Rice 4c7ca747eb
gnu: enchant: Update to 2.2.4.
* gnu/packages/enchant.scm (enchant): Update to 2.2.4.
2019-06-23 15:05:00 +02:00
Pierre Neidhardt fe3846c9cb
gnu: emacs-org-reveal: Update to 20190622.
* gnu/packages/emacs-xyz.scm (emacs-org-reveal): Update to 20190622.
2019-06-23 11:08:10 +02:00
Mark H Weaver a37cbc4cbd
gnu: linux-libre: Update to 5.1.14.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.14.
(%linux-libre-hash): Update hash.
2019-06-23 02:54:22 -04:00
Mark H Weaver 9f9dcaaca0
gnu: linux-libre@4.19: Update to 4.19.55.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.55.
(%linux-libre-4.19-hash): Update hash.
2019-06-23 02:53:16 -04:00
Mark H Weaver cf03bd688b
gnu: linux-libre@4.14: Update to 4.14.129.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.129.
(%linux-libre-4.14-hash): Update hash.
2019-06-23 02:52:22 -04:00
Mark H Weaver 13a320b006
gnu: linux-libre@4.9: Update to 4.9.183.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.183.
2019-06-23 02:51:43 -04:00
Mark H Weaver 06ba7f27f0
gnu: linux-libre@4.4: Update to 4.4.183.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.183.
2019-06-23 02:50:59 -04:00
Tobias Geerinckx-Rice f205f6be7a
gnu: mate-themes: Update to 3.22.20.
* gnu/packages/mate.scm (mate-themes): Update to 3.22.20.
2019-06-23 00:22:29 +02:00
Tobias Geerinckx-Rice a5883d1fbe
gnu: stellarium: Don't use NAME in source URI.
* gnu/packages/astronomy.scm (stellarium)[source]: Hard-code NAME.
2019-06-23 00:22:29 +02:00
Tobias Geerinckx-Rice 4b93bc0d51
gnu: stellarium: Update to 0.19.1.
* gnu/packages/astronomy.scm (stellarium): Update to 0.19.1.
2019-06-23 00:22:29 +02:00
Tobias Geerinckx-Rice 5e15ec6734
gnu: mutt: Update to 1.12.1.
* gnu/packages/mail.scm (mutt): Update to 1.12.1.
2019-06-23 00:22:29 +02:00
Tobias Geerinckx-Rice a5d8a2b24b
gnu: isync: Update to 1.3.1.
* gnu/packages/mail.scm (isync): Update to 1.3.1.
2019-06-23 00:22:29 +02:00
Julien Lepiller b95af3f6ab
gnu: python-pyatspi: Fix loading libraries.
* gnu/package/gnome.scm (python-pyatspi): Fix loading dependencies.
2019-06-22 17:21:06 +02:00
Julien Lepiller 453365bcf7
gnu: Add harmonist-tk.
* gnu/packages/games.scm (harmonist-tk): New variable.
2019-06-22 17:11:37 +02:00
Julien Lepiller a5c86aa0fb
gnu: Add go-github.com-nsf-gothic.
* gnu/packages/tcl.scm (go-github.com-nsf-gothic): New variable.
2019-06-22 17:11:27 +02:00
Julien Lepiller d9d836c323
gnu: Use license: prefix in tcl.scm.
* gnu/packages/tcl.scm: Use license: prefix in tcl.scm.
2019-06-22 17:10:48 +02:00
Pierre Neidhardt 545946f657
gnu: Add openvr.
* gnu/packages/game-development.scm (openvr): New variable.
2019-06-22 12:58:49 +02:00
Rutger Helling a617544248
gnu: wine-staging: Update to 4.11.
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.11.
* gnu/packages/wine.scm (wine-staging): Update to 4.11.
2019-06-22 10:04:20 +02:00
Tobias Geerinckx-Rice 0998175f4e
gnu: python-dask: Update to 1.2.2.
* gnu/packages/python-xyz.scm (python-dask): Update to 1.2.2.
2019-06-22 01:37:35 +02:00
Tobias Geerinckx-Rice b5cb462438
gnu: python-bcrypt: Update to 3.1.7.
* gnu/packages/python-crypto.scm (python-bcrypt): Update to 3.1.7.
2019-06-22 01:37:35 +02:00
Tobias Geerinckx-Rice 0107c9b8b2
gnu: python-twisted: Update to 19.2.1.
* gnu/packages/python-xyz.scm (python-twisted): Update to 19.2.1.
2019-06-22 01:37:35 +02:00
Tobias Geerinckx-Rice 47d79541ba
gnu: python-astunparse: Update to 1.6.2.
* gnu/packages/python-xyz.scm (python-astunparse): Update to 1.6.2.
2019-06-22 01:37:35 +02:00
Tobias Geerinckx-Rice 1710b8f889
gnu: python-robotframework: Update to 3.1.2.
* gnu/packages/python-xyz.scm (python-robotframework): Update to 3.1.2.
2019-06-22 01:37:35 +02:00
Tobias Geerinckx-Rice 9b01a729b0
gnu: pdfpc: Update to 4.3.4.
* gnu/packages/pdf.scm (pdfpc): Update to 4.3.4.
2019-06-22 01:37:35 +02:00
Tobias Geerinckx-Rice ba96c10ecd
gnu: exo: Update to 0.12.6.
* gnu/packages/xfce.scm (exo): Update to 0.12.6.
2019-06-22 01:02:15 +02:00
Tobias Geerinckx-Rice e6de37df45
gnu: youtube-dl: Update to 2019.06.21.
* gnu/packages/video.scm (youtube-dl): Update to 2019.06.21.
2019-06-22 01:02:15 +02:00