summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-25installer: Update to Guile-Parted 0.0.2 release.Mathieu Othacehe
* gnu/installer/parted.scm (data-partition?, metadata-partition?, freespace-partition?, normal-partition?, extended-partition?, logical-partition?): Remove, as now provided by Guile-Parted. * gnu/installer/newt/partition.scm (run-disk-page): Remove disk-destroy calls, replace disk-delete-all by disk-remove-all-partitions and disk-delete-partition by disk-remove-partition*.
2019-09-25gnu: guile-parted: Update to 0.0.2.Mathieu Othacehe
* gnu/packages/guile-xyz.scm (guile-parted): Update to 0.0.2.
2019-09-25gnu: Add r-assertable.Wiktor Żelazny
* gnu/packages/cran.scm (r-assertable): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-09-25doc: Avoid @verbatiminclude for Scheme snippets.Ludovic Courtès
* doc/guix.texi (Invoking guix package): Use @include instead of @verbatiminclude. (Additional Build Options): Likewise.
2019-09-25doc: Fix installing Guix in VMBrice Waegeneire
* doc/guix.texi (Installing Guix in a Virtual Machine): Pass "order=d" to '-boot' option. Use "-drive media=cdrom" for the ISO image. Remove paragraph about ordering and the boot menu. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-09-25gnu: emacs-exwm: Update to 0.23.Divan Santana
* gnu/packages/emacs-xyz.scm (emacs-exwm): Update to 0.23. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-09-25doc: Support paren matching via CSS hover.Ludovic Courtès
* doc/build.scm (syntax-highlighted-html)[build](pair-open/close) (highlights->sxml*): New procedures. (syntax-highlight): Use 'highlights->sxml*'.
2019-09-25pull: Dim the commit ID when displaying news.Ludovic Courtès
* guix/scripts/pull.scm (display-news-entry): Dim the commit line.
2019-09-25colors: Add 'dim'.Ludovic Courtès
* guix/colors.scm (coloring-procedure): New procedure. (%highlight-color): Remove. (highlight): Define in terms of 'coloring-procedure'. (dim): New procedure.
2019-09-25services: Add the Guix Data Service.Christopher Baines
* 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-25gnu: Add guix-data-service.Christopher Baines
* gnu/packages/web.scm (guix-data-service): New variable.
2019-09-25gnu: emacs-vdiff: Enable tests.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-vdiff): Enable tests.
2019-09-25gnu: emacs-helm-lsp: Fix description.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-helm-lsp): Fix description.
2019-09-25gnu: Add emacs-cmake-font-lock.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-cmake-font-lock): New variable.
2019-09-25linux-boot: Fix typo.Maxim Cournoyer
* gnu/build/linux-boot.scm (mount-root-file-system): Fix typo.
2019-09-25build: initrd: Fix "write-cpio-archive" return value.Maxim Cournoyer
* gnu/build/linux-initrd.scm (write-cpio-archive): Really return OUTPUT on success, even when compression is disabled.
2019-09-24gnu: idris: Update to 1.3.2.Eric Bavier
* 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-25gnu: Add emacs-wttrin.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-wttrin): New variable.
2019-09-25gnu: emacs-xterm-color: Update to 1.9.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-xterm-color): Update to 1.9.
2019-09-24gnu: Move openmw-openscenegraph to graphics.scm.Marius Bakke
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-24gnu: emacs-el-search: Update to 1.12.6.1-2.07bed84.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-el-search): Update to 1.12.6.1-2.07bed84.
2019-09-24gnu: Add emacs-cl-print.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-cl-print): New variable.
2019-09-24gnu: emacs-stream: Update to 2.2.4-1.a3f3da1.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-stream): Update to 2.2.4-1.a3f3da1.
2019-09-24gnu: p11-kit: Update to 0.23.17.Marius Bakke
* 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-24gnu: OpenEXR: Update home page.Marius Bakke
* gnu/packages/graphics.scm (ilmbase, openexr)[home-page]: Use HTTPS.
2019-09-24gnu: OpenEXR: Update to 2.4.0 [fixes CVE-2018-18443, CVE-2018-18444].Marius Bakke
* 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-24gnu: varnish: Update to 6.3.0.Marius Bakke
* gnu/packages/web.scm (varnish): Update to 6.3.0. [arguments]: Patch /bin/sh in one more file.
2019-09-24gnu: ffmpeg: Update to 4.2.1.Marius Bakke
* gnu/packages/video.scm (ffmpeg): Update to 4.2.1.
2019-09-24gnu: re2: Update to 2019-09-01.Marius Bakke
* gnu/packages/regex.scm (re2): Update to 2019-09-01.
2019-09-24gnu: openvswitch: Update to 2.12.0.Marius Bakke
* gnu/packages/networking.scm (openvswitch): Update to 2.12.0.
2019-09-24gnu: fmt: Update to 6.0.0.Marius Bakke
* gnu/packages/pretty-print.scm (fmt): Update to 6.0.0.
2019-09-24gnu: keepalived: Update home page.Marius Bakke
* gnu/packages/cluster.scm (keepalived)[home-page]: Use HTTPS.
2019-09-24gnu: keepalived: Update to 2.0.18.Marius Bakke
* gnu/packages/cluster.scm (keepalived): Update to 2.0.18.
2019-09-24gnu: keepalived: Fix documentation generation.Marius Bakke
* gnu/packages/cluster.scm (keepalived)[arguments]: Copy software_design.png from the correct place.
2019-09-24gnu: emacs-flycheck: Update to 31-1.0006a59.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-flycheck): Update to 31-1.0006a59.
2019-09-24gnu: emacs-markdown-mode: Don't use unstable tarball.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-markdown-mode)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-09-24gnu: openmw: Use OpenMW's fork of openscenegraph.Pierre Neidhardt
* gnu/packages/game-development.scm (openmw)[inputs]: Replace openscenegraph with openmw-openscenegraph.
2019-09-24gnu: openscenegraph: Update to 3.6.4 and build JPEG plugin.Pierre Neidhardt
* gnu/packages/graphics.scm (openscenegraph): Update to 3.6.4. [inputs]: Add libjpeg.
2019-09-24gnu: Add mojoshader-with-viewport-flip.Pierre Neidhardt
* gnu/packages/gl.scm (mojoshader-with-viewport-flip): New variable.
2019-09-24gnu: mojoshader: Broaden feature support (viewport flipping and depth clipping).Pierre Neidhardt
* gnu/packages/gl.scm (mojoshader)[arguments]: Build with FLIP_VIEWPORT and DEPTH_CLIPPING.
2019-09-24gnu: emacs-stream: Enable tests.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-stream): Enable tests.
2019-09-24gnu: emacs-evil-surround: Enable tests.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-evil-surround): Enable tests.
2019-09-24gnu: asymptote: Update to 2.53.Nicolas Goaziou
* gnu/packages/plotutils.scm (asymptote): Update to 2.53.
2019-09-24gnu: emacs-rainbow-delimiters: Enable tests.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-rainbow-delimiters): Enable tests. [source] Use GIT-FETCH and GIT-FILE-NAME.
2019-09-24gnu: Add mojoshader.Pierre Neidhardt
* gnu/packages/gl.scm (mojoshader): New variable.
2019-09-24gnu: emacs-rust-mode: Update to 0.4.0.Brett Gilio
* gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 0.4.0. Signed-off-by: Brian Leung <leungbk@mailfence.com>
2019-09-24gnu: Register (gnu packages distributed).Efraim Flashner
This is a follow-up to 2d25b0c8bad3f0b9c5ccb91f5c4430d8245f4061. * gnu/local.mk (GNU_SYSTEM_MODULES): Add (gnu packages distributed).
2019-09-24gnu: Add boinc-client and boinc-server.Brant Gardner
* gnu/packages/distributed.scm (boinc-client, boinc-server): New variable. Signed-off-by: Brian Leung <leungbk@mailfence.com>
2019-09-24gnu: sxhkd: Sensibly name source checkout.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (sxhkd)[source]: Use GIT-FILE-NAME.
2019-09-24gnu: mako: Update to 1.4.Tobias Geerinckx-Rice
* gnu/packages/wm.scm (mako): Update to 1.4.