Commit Graph

48021 Commits (012c93e916279f7df0e495aa1a73f696de15b80e)

Author SHA1 Message Date
Ludovic Courtès 012c93e916
doc: Support paren matching via CSS hover.
* doc/build.scm (syntax-highlighted-html)[build](pair-open/close)
(highlights->sxml*): New procedures.
(syntax-highlight): Use 'highlights->sxml*'.
2019-09-25 15:46:48 +02:00
Ludovic Courtès d26c290b7d
pull: Dim the commit ID when displaying news.
* guix/scripts/pull.scm (display-news-entry): Dim the commit line.
2019-09-25 15:46:48 +02:00
Ludovic Courtès 0876e9c116
colors: Add 'dim'.
* guix/colors.scm (coloring-procedure): New procedure.
(%highlight-color): Remove.
(highlight): Define in terms of 'coloring-procedure'.
(dim): New procedure.
2019-09-25 15:46:47 +02:00
Christopher Baines dd2a83270b
services: Add the Guix Data Service.
* gnu/services/guix.scm: New file.
* gnu/tests/guix.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add both new files.
* doc/guix.texi (Guix Services): New section documenting the Guix Data
Service.
2019-09-25 08:35:33 +01:00
Christopher Baines 1683e4863a
gnu: Add guix-data-service.
* gnu/packages/web.scm (guix-data-service): New variable.
2019-09-25 08:35:27 +01:00
Brian Leung ac87bc57af
gnu: emacs-vdiff: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-vdiff): Enable tests.
2019-09-25 05:57:28 +02:00
Brian Leung c83d7e964d
gnu: emacs-helm-lsp: Fix description.
* gnu/packages/emacs-xyz.scm (emacs-helm-lsp): Fix description.
2019-09-25 05:57:27 +02:00
Brian Leung 430ac9ccb4
gnu: Add emacs-cmake-font-lock.
* gnu/packages/emacs-xyz.scm (emacs-cmake-font-lock): New variable.
2019-09-25 05:57:27 +02:00
Maxim Cournoyer 41e03c4bee
linux-boot: Fix typo.
* gnu/build/linux-boot.scm (mount-root-file-system): Fix typo.
2019-09-25 12:18:25 +09:00
Maxim Cournoyer 91e633f043
build: initrd: Fix "write-cpio-archive" return value.
* gnu/build/linux-initrd.scm (write-cpio-archive): Really return OUTPUT on
success, even when compression is disabled.
2019-09-25 12:18:25 +09:00
Eric Bavier 4780db2c93
gnu: idris: Update to 1.3.2.
* gnu/packages/haskell-xyz.scm (ghc-network-2.8, ghc-megaparsec-7): New
variables.
* gnu/packages/idris.scm (idris): Update to 1.3.2.
[source]: Remove patch.
[inputs]: Use ghc-network-2.8 and ghc-megaparsec-7.
* gnu/packages/patches/idris-test-no-node.patch: Delete.
* gnu/local.mk (dist_patch_DATA): Remove it.
2019-09-24 21:15:24 -05:00
Brian Leung c463c270dc
gnu: Add emacs-wttrin.
* gnu/packages/emacs-xyz.scm (emacs-wttrin): New variable.
2019-09-25 01:14:47 +02:00
Brian Leung c3ceeb93c2
gnu: emacs-xterm-color: Update to 1.9.
* gnu/packages/emacs-xyz.scm (emacs-xterm-color): Update to 1.9.
2019-09-25 01:14:42 +02:00
Marius Bakke 84a0c6ff63
gnu: Move openmw-openscenegraph to graphics.scm.
Package inheritance across modules may cause unbound variable errors at
expansion time because of cyclic dependencies between the modules.

* gnu/packages/game-development.scm (openmw-openscenegraph): Move from here ...
* gnu/packages/graphics.scm (openmw-openscenegraph): ... to here.  Make the
variable public and "hide" the package.
2019-09-24 23:51:48 +02:00
Brian Leung 1cfe711ac0
gnu: emacs-el-search: Update to 1.12.6.1-2.07bed84.
* gnu/packages/emacs-xyz.scm (emacs-el-search): Update to 1.12.6.1-2.07bed84.
2019-09-24 20:34:09 +02:00
Brian Leung 3aeef226ac
gnu: Add emacs-cl-print.
* gnu/packages/emacs-xyz.scm (emacs-cl-print): New variable.
2019-09-24 20:34:09 +02:00
Brian Leung e4cf01c003
gnu: emacs-stream: Update to 2.2.4-1.a3f3da1.
* gnu/packages/emacs-xyz.scm (emacs-stream): Update to 2.2.4-1.a3f3da1.
2019-09-24 20:34:08 +02:00
Marius Bakke aa0e28bc73
gnu: p11-kit: Update to 0.23.17.
* gnu/packages/patches/p11-kit-jks-timestamps.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/tls.scm (p11-kit): Update to 0.23.17.
[source](patches): Remove.
2019-09-24 20:12:56 +02:00
Marius Bakke 25c4a04fde
gnu: OpenEXR: Update home page.
* gnu/packages/graphics.scm (ilmbase, openexr)[home-page]: Use HTTPS.
2019-09-24 20:12:56 +02:00
Marius Bakke 942c788949
gnu: OpenEXR: Update to 2.4.0 [fixes CVE-2018-18443, CVE-2018-18444].
* gnu/packages/patches/ilmbase-fix-tests.patch: Adjust for new origin.
* gnu/packages/patches/ilmbase-openexr-pkg-config.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/graphics.scm (ilmbase): Update to 2.4.0.
[source]: Change to GIT-FETCH, as tarballs are no longer provided.  Add new
patch.
[build-system]: Change to CMAKE-BUILD-SYSTEM.
[arguments]: Add phase to enter the correct source directory.
* gnu/packages/graphics.scm (openexr): Update to 2.4.0.
[source]: Inherit from ILMBASE, which comes from the same repository.
[build-system]: Change to CMAKE-BUILD-SYSTEM.
[arguments]: Add phase to enter the correct source directory.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[arguments]: Enable C++11.
* gnu/packages/image-processing.scm (opencv)[arguments]: Likewise.
2019-09-24 20:12:56 +02:00
Marius Bakke d8fbfbf523
gnu: varnish: Update to 6.3.0.
* gnu/packages/web.scm (varnish): Update to 6.3.0.
[arguments]: Patch /bin/sh in one more file.
2019-09-24 20:12:56 +02:00
Marius Bakke 6bdf8af5e6
gnu: ffmpeg: Update to 4.2.1.
* gnu/packages/video.scm (ffmpeg): Update to 4.2.1.
2019-09-24 20:12:56 +02:00
Marius Bakke 3e41d7070d
gnu: re2: Update to 2019-09-01.
* gnu/packages/regex.scm (re2): Update to 2019-09-01.
2019-09-24 20:12:55 +02:00
Marius Bakke b174cc4be3
gnu: openvswitch: Update to 2.12.0.
* gnu/packages/networking.scm (openvswitch): Update to 2.12.0.
2019-09-24 20:12:55 +02:00
Marius Bakke 864b7f0bc1
gnu: fmt: Update to 6.0.0.
* gnu/packages/pretty-print.scm (fmt): Update to 6.0.0.
2019-09-24 20:12:55 +02:00
Marius Bakke d1bfad2f0d
gnu: keepalived: Update home page.
* gnu/packages/cluster.scm (keepalived)[home-page]: Use HTTPS.
2019-09-24 20:12:55 +02:00
Marius Bakke ce6db0fa7c
gnu: keepalived: Update to 2.0.18.
* gnu/packages/cluster.scm (keepalived): Update to 2.0.18.
2019-09-24 20:12:55 +02:00
Marius Bakke 2ac0206060
gnu: keepalived: Fix documentation generation.
* gnu/packages/cluster.scm (keepalived)[arguments]: Copy software_design.png
from the correct place.
2019-09-24 20:12:55 +02:00
Brian Leung 3e7518b35c
gnu: emacs-flycheck: Update to 31-1.0006a59.
* gnu/packages/emacs-xyz.scm (emacs-flycheck): Update to 31-1.0006a59.
2019-09-24 19:55:31 +02:00
Brian Leung 987d7b1c67
gnu: emacs-markdown-mode: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-markdown-mode)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-09-24 19:55:30 +02:00
Pierre Neidhardt f95ec65be3
gnu: openmw: Use OpenMW's fork of openscenegraph.
* gnu/packages/game-development.scm (openmw)[inputs]: Replace openscenegraph
  with openmw-openscenegraph.
2019-09-24 19:21:59 +02:00
Pierre Neidhardt 24f7bac02a
gnu: openscenegraph: Update to 3.6.4 and build JPEG plugin.
* gnu/packages/graphics.scm (openscenegraph): Update to 3.6.4.
[inputs]: Add libjpeg.
2019-09-24 19:18:58 +02:00
Pierre Neidhardt b150e83bef
gnu: Add mojoshader-with-viewport-flip.
* gnu/packages/gl.scm (mojoshader-with-viewport-flip): New variable.
2019-09-24 11:32:54 +02:00
Pierre Neidhardt 3429f5d923
gnu: mojoshader: Broaden feature support (viewport flipping and depth clipping).
* gnu/packages/gl.scm (mojoshader)[arguments]: Build with FLIP_VIEWPORT and
  DEPTH_CLIPPING.
2019-09-24 11:32:54 +02:00
Brian Leung 85dfecbedc
gnu: emacs-stream: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-stream): Enable tests.
2019-09-24 11:16:42 +02:00
Brian Leung 09b2ae95c8
gnu: emacs-evil-surround: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-evil-surround): Enable tests.
2019-09-24 11:03:01 +02:00
Nicolas Goaziou d9de8fbbab
gnu: asymptote: Update to 2.53.
* gnu/packages/plotutils.scm (asymptote): Update to 2.53.
2019-09-24 10:23:52 +02:00
Brian Leung 61522fd967
gnu: emacs-rainbow-delimiters: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-rainbow-delimiters): Enable tests.
[source] Use GIT-FETCH and GIT-FILE-NAME.
2019-09-24 10:03:17 +02:00
Pierre Neidhardt 5c1547383f
gnu: Add mojoshader.
* gnu/packages/gl.scm (mojoshader): New variable.
2019-09-24 09:44:49 +02:00
Brett Gilio 2395d863de
gnu: emacs-rust-mode: Update to 0.4.0.
* gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 0.4.0.

Signed-off-by: Brian Leung <leungbk@mailfence.com>
2019-09-24 09:09:37 +02:00
Efraim Flashner 3b98e71a4b
gnu: Register (gnu packages distributed).
This is a follow-up to 2d25b0c8ba.

* gnu/local.mk (GNU_SYSTEM_MODULES): Add (gnu packages distributed).
2019-09-24 10:07:43 +03:00
Brant Gardner 2d25b0c8ba
gnu: Add boinc-client and boinc-server.
* gnu/packages/distributed.scm (boinc-client, boinc-server): New variable.

Signed-off-by: Brian Leung <leungbk@mailfence.com>
2019-09-24 08:53:17 +02:00
Tobias Geerinckx-Rice f9447dedc5
gnu: sxhkd: Sensibly name source checkout.
* gnu/packages/xdisorg.scm (sxhkd)[source]: Use GIT-FILE-NAME.
2019-09-24 07:20:53 +02:00
Tobias Geerinckx-Rice b60ffcee06
gnu: mako: Update to 1.4.
* gnu/packages/wm.scm (mako): Update to 1.4.
2019-09-24 07:20:53 +02:00
Tobias Geerinckx-Rice 1c6884eeb3
gnu: sxhkd: Update to 0.6.1.
* gnu/packages/xdisorg.scm (sxhkd): Update to 0.6.1.
2019-09-24 07:06:38 +02:00
Tobias Geerinckx-Rice f1afdaf476
gnu: java-dom4j: Update to 2.1.1.
* gnu/packages/xml.scm (java-dom4j): Update to 2.1.1.
2019-09-24 07:06:37 +02:00
Tobias Geerinckx-Rice e2d69addf6
Revert "gnu: qpdf: Update to 9.0.1."
This reverts commit 88808152d9.
It was intended for staging.
2019-09-24 03:14:26 +02:00
Tobias Geerinckx-Rice 88808152d9
gnu: qpdf: Update to 9.0.1.
* gnu/packages/pdf.scm (qpdf): Update to 9.0.1.
2019-09-24 03:12:44 +02:00
Tobias Geerinckx-Rice 525961cd43
gnu: ethtool: Update to 5.3.
* gnu/packages/networking.scm (ethtool): Update to 5.3.
2019-09-24 03:12:43 +02:00
Tobias Geerinckx-Rice 0b3daeb05e
gnu: linux-libre: Update to 4.4.194.
* gnu/packages/linux.scm (linux-libre): Update to 4.4.194.
2019-09-24 02:19:25 +02:00