summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: cuirass: Update to 0.0.1-45.cf11b73.Mathieu Othacehe2020-09-14
| | | | * gnu/packages/ci.scm (cuirass): Update to 0.0.1-45.cf11b73.
* gnu: grub: Support loading files from TFTP if the root filesystem is NFS.Stefan2020-09-14
| | | | | * gnu/bootloader/grub.scm (grub-root-search): Set the root to "(tftp)" if the searched-for file is stored on NFS.
* gnu: Add altermime.Ricardo Wurmus2020-09-14
| | | | * gnu/packages/mail.scm (altermime): New variable.
* gnu: rapicorn: Use pandoc instead of ghc-pandoc.zimoun2020-09-14
| | | | | | | * gnu/packages/graphics.scm (rapicorn)[native-inputs]: Replace ghc-pandoc with pandoc. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ganeti: Use pandoc instead of ghc-pandoc.zimoun2020-09-14
| | | | | | | * gnu/packages/text-editors.scm (ganeti)[native-inputs]: Replace ghc-pandoc with pandoc. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: manuskript: Use pandoc instead of ghc-pandoc.zimoun2020-09-14
| | | | | | | * gnu/packages/text-editors.scm (manuskript)[inputs]: Replace ghc-pandoc with pandoc. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-org-web-tools: Use pandoc instead of ghc-pandoc.zimoun2020-09-14
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-webtools)[inputs]: Replace ghc-pandoc with pandoc. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-ox-pandoc: Use pandoc instead of ghc-pandoc.zimoun2020-09-14
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-ox-pandoc)[inputs]: Replace ghc-pandoc with pandoc. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ruby-pandoc-ruby: Use pandoc instead of ghc-pandoc.zimoun2020-09-14
| | | | | | | * gnu/packages/ruby.scm (ruby-pandoc-ruby)[native-inputs]: Replace ghc-pandoc with pandoc. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-wrapper: Mention pip in description.Pierre Neidhardt2020-09-14
| | | | | * gnu/packages/python.scm (python-wrapper)[description]: Mention that `pip' won't work properly if both python and python-wrapper are installed.
* gnu: sxiv: Use 'cc-for-target'.Efraim Flashner2020-09-14
| | | | | * gnu/packages/image-viewers.scm (sxiv)[arguments]: Replace hard-coded gcc substitution with cc-for-target in make-flags.
* gnu: sxiv: Install icons.Efraim Flashner2020-09-14
| | | | | * gnu/packages/image-viewers.scm (sxiv)[arguments]: Add custom phase to install icons.
* gnu: sxiv: Install desktop file.Efraim Flashner2020-09-14
| | | | | * gnu/packages/image-viewers.scm (sxiv)[arguments]: Add custom 'install-desktop-file phase to install desktop file.
* gnu: rofi: Update to 1.6.0.Gabriel Arazas2020-09-14
| | | | | | | * gnu/packages/xdisorg.scm (rofi): Update to 1.6.0. [inputs]: Add libjpeg-turbo. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Update coq and its dependentsRobin Green2020-09-14
| | | | | | | | | | | | | * gnu/packages/coq.scm (coq): Update to 8.11.2 (coq-flocq): Update to 3.3.1 (coq-gappa): Update to 1.4.4 (coq-mathcomp): Update to 1.11.0 (coq-coquelicot): Update to 3.1.0 (coq-bignums): Update to 8.11.0 (coq-interval): Update to 4.0.0 (coq-equations): Update to 1.2.3 Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: youtube-dl: Update to 2020.09.14.Tobias Geerinckx-Rice2020-09-14
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2020.09.14.
* gnu: python-ansi2html: Fix typo in description.Tobias Geerinckx-Rice2020-09-14
| | | | * gnu/packages/python-xyz.scm (python-ansi2html)[description]: Fix typo.
* gnu: wesnoth: Update to 1.14.14.Tobias Geerinckx-Rice2020-09-14
| | | | * gnu/packages/games.scm (wesnoth): Update to 1.14.14.
* gnu: jasper: Update to 2.0.20 [fixes CVE-2016-9398's revenge].Tobias Geerinckx-Rice2020-09-14
| | | | | * gnu/packages/image.scm (jasper): Update to 2.0.20. [arguments]: Skip tests of the now-disabled MIF image format.
* gnu: shellcheck: Update to 0.7.1.Tobias Geerinckx-Rice2020-09-14
| | | | * gnu/packages/haskell-apps.scm (shellcheck): Update to 0.7.1.
* gnu: bear: Update to 2.4.4.Tobias Geerinckx-Rice2020-09-14
| | | | * gnu/packages/build-tools.scm (bear): Update to 2.4.4.
* gnu: libhandy: Enable glade_catalog.Leo Prikler2020-09-13
| | | | | | | | * gnu/packages/gnome.scm (libhandy)[configure-flags]: Add glade_catalog. [inputs]: Add glade and libxml2. (libhandy-0.0)[configure-flags]: Keep glade_catalog disabled. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: glade: Add catalog and module search paths.Leo Prikler2020-09-13
| | | | | | | * gnu/packages/gnome.scm (glade3)[native-search-paths]: Add GLADE_CATALOG_SEARCH_PATH and GLADE_MODULE_SEARCH_PATH. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-djvu: Add needed inputsMorgan Smith2020-09-13
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-djvu)[inputs, arguments]: New fields. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: certbot: Support registration without email.Timotej Lazar2020-09-13
| | | | | | | | | * gnu/services/certbot.scm (certbot-configuration): Add default for the email option. (certbot-command): Pass email for registration only when specified. * doc/guix.texi (Certificate Services): "mandatory"→"optional" email. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: fmt: Update to 7.0.3.Greg Hogan2020-09-13
| | | | | | | | | | | From 820d39a55a5673fffac70c919b8cc3b28d94f6e7 Mon Sep 17 00:00:00 2001 From: Greg Hogan <code@greghogan.com> Date: Fri, 11 Sep 2020 10:53:20 +0000 Subject: [PATCH] gnu: fmt: Update to 7.0.3. * gnu/packages/pretty-print.scm (fmt): Update to 7.0.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gcc-toolchain: Reword description.zimoun2020-09-13
| | | | | | * gnu/packages/commencement.scm (make-gcc-toolchain)[description]: Reword. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gccgo: Reword synopsis and description.zimoun2020-09-13
| | | | | | | | | Fixes <https://bugs.gnu.org/43303>. Reported by Jeffrey Walton <noloader@gmail.com>. * gnu/packages/gcc.scm: (gccgo-4.9): Add synopsis and description Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libgccjit: Reword synopsis and description.zimoun2020-09-13
| | | | | | | | | Fixes <https://bugs.gnu.org/43303>. Reported by Jeffrey Walton <noloader@gmail.com>. * gnu/packages/gcc.scm: (libgccjit)[synopsis,description]: Reword. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: zrythm: Update to 0.8.911.Alexandros Theodotou2020-09-13
| | | | | | * gnu/packages/music.scm (zrythm): Update to 0.8.911. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add meson 0.55.1.Alexandros Theodotou2020-09-13
| | | | | | * gnu/packages/build-tools.scm (meson-0.55): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libaudec: Update to 0.2.3.Alexandros Theodotou2020-09-13
| | | | | | * gnu/packages/audio.scm (libaudec): Update to 0.2.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libcyaml: Update to 1.1.0.Ludovic Courtès2020-09-13
| | | | * gnu/packages/web.scm (libcyaml): Update to 1.1.0.
* services: Fix zram-device-service.Tobias Geerinckx-Rice2020-09-13
| | | | * gnu/services/linux.scm (<zram-device-configuration>): Fix typo.
* gnu: Fix a crash in NTP and Chrony.Leo Famulari2020-09-13
| | | | | | Fixes <https://bugs.gnu.org/43321>. * gnu/packages/ntp.scm (ntp, chrony)[inputs]: Replace libcap with libcap/next.
* gnu: josm: Fix formatting and install more files.Christopher Baines2020-09-13
| | | | | | | This means that JOSM appears in the GNOME Shell menu. * gnu/packages/geo.scm (josm)[source]: Replace tab character. [arguments]: Reduce line length, and add install-share-directories phase.
* gnu: profanity: Change build system.Raghav Gururajan2020-09-13
| | | | | | | * gnu/package/messaging.scm (profanity) [build-system]: Change from gnu to glib-or-gtk. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: profanity: Enable plugins, icons and clipboard.Raghav Gururajan2020-09-13
| | | | | | | | | | | * gnu/packages/messaging.scm (profanity) [arguments]<#:configure-flags> [--enable-python-plugins]: New flag. [--enable-plugins]: New flag. [--enable-icons-and-clipboard]: New flag. [--enable-icons]: Remove flag. [inputs]: Add python-wrapper. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: profanity: Move some dependencies.Raghav Gururajan2020-09-13
| | | | | | | | * gnu/packages/messaging.scm (profanity) [native-inputs]: Move gtk-2, libnotify and libsignal-protocol-c to ... [inputs]: ... here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: profanity: Make some cosmetic changes.Raghav Gururajan2020-09-13
| | | | | | * gnu/packages/messaging.scm (profanity): Make some cosmetic changes. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: editorconfig-vim: Update to 1.1.1.Efraim Flashner2020-09-12
| | | | | | | * gnu/packages/vim.scm (editorconfig-vim): Update to 1.1.1. [source]: Remove snippet. [arguments]: Remove custom 'patch-editorconfig-path phase. [inputs]: Remove editorconfig-core-c.
* gnu: muse-sequencer: Enable more features.Ricardo Wurmus2020-09-12
| | | | | | | * gnu/packages/music.scm (muse-sequencer)[arguments]: Add phase "fix-include" to patch header file reference; remove obsolete ENABLE_LV2_SUPPLIED configuration option; remove ENABLE_RTAUDIO=OFF. [inputs]: Add lrdf, pulseaudio, rtaudio, and rubberband.
* gnu: muse-sequencer: Update to 3.1.1.Ricardo Wurmus2020-09-12
| | | | | | * gnu/packages/music.scm (muse-sequencer): Update to 3.1.1. [arguments]: Set CMAKE_EXE_LINKER_FLAGS and CMAKE_SHARED_LINKER_FLAGS; end "chdir" phase with #T.
* gnu: emacs-pdf-tools: Update to 0.90-1.Nicolas Goaziou2020-09-12
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-pdf-tools): Update to 0.90-1. Fix indentation. Update to an unreleased commit to fix an incompatibility with Emacs 27+.
* Revert "gnu: linux-libre: Update to 5.8.8."Oleg Pykhalov2020-09-12
| | | | | This reverts commit ad42c20921235532e80e776fd55090127389208b, which breaks "guix system build" as described in <https://issues.guix.info/issue/43352>.
* gnu: python-aiodns: Propagate python-pycares.Danny Milosavljevic2020-09-12
| | | | | * gnu/packages/python-web.scm (python-aiodns)[inputs]: Move python-pycares... [propagated-inputs]: ...to here.
* gnu: Add poezio.Raghav Gururajan2020-09-12
| | | | * gnu/packages/messaging.scm (poezio): New variable.
* gnu: Add python-potr.Raghav Gururajan2020-09-12
| | | | * gnu/packages/python-crypto.scm (python-potr): New variable.
* gnu: Add python-slixmpp.Raghav Gururajan2020-09-12
| | | | * gnu/packages/python-xyz.scm (python-slixmpp): New variable.
* gnu: ebusd: Enable MQTT support.Danny Milosavljevic2020-09-12
| | | | * gnu/packages/embedded.scm (ebusd)[inputs]: Add mosquitto.