summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: emacs-helm-ag: Update to 0.62.Michael Rohleder2020-07-25
| | | | | | | | | | | From 2a2b347b4abbd91eaf09f61643fdd22b51b21d4d Mon Sep 17 00:00:00 2001 From: Michael Rohleder <mike@rohleder.de> Date: Fri, 24 Jul 2020 13:17:59 +0200 Subject: [PATCH] gnu: emacs-helm-ag: Update to 0.62. * gnu/packages/emacs-xyz.scm (emacs-helm-ag): Update to 0.62. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: emacs-helm-gtags: Update to 1.5.7.Michael Rohleder2020-07-25
| | | | | | | | | | | From 4399c3eb815a16ae21c85bad33cd3c69e8d43c4f Mon Sep 17 00:00:00 2001 From: Michael Rohleder <mike@rohleder.de> Date: Fri, 24 Jul 2020 12:14:34 +0200 Subject: [PATCH] gnu: emacs-helm-gtags: Update to 1.5.7. * gnu/packages/emacs-xyz.scm (emacs-helm-gtags): Update to 1.5.7. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* services: nix: Add extra-options.Oleg Pykhalov2020-07-25
| | | | | | | * gnu/services/nix.scm (<nix-configuration>)[extra-options]: New field. (nix-shepherd-service): Add this. (nix-activation): Add new line to the end of /etc/nix/nix.conf file. * doc/guix.texi (Miscellaneous Services)[Nix service]: Document this.
* services: nix: Fix typo.Oleg Pykhalov2020-07-25
| | | | * gnu/services/nix.scm (<nix-configuration>): Fix typo.
* services: nix: Export nix-configuration.Peng Mei Yu2020-07-25
| | | | | | * gnu/services/nix.scm (nix-configuration, nix-configuration?): Export. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* services: nix: Provide nix commands.Peng Mei Yu via Guix-patches via2020-07-25
| | | | | | | * gnu/services/nix.scm (nix-service-type): Extend profile-service-type to provide nix commands. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: Add srain.Vinicius Monego2020-07-25
| | | | | | * gnu/packages/irc.scm (srain): New package. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add bashtop.Michael Rohleder2020-07-25
| | | | | | * gnu/packages/admin.scm (bashtop): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Replace transset-df with transset.Ivan Kozlov2020-07-25
| | | | | | | | | | transset-df was last updated in 2007. The patches got merged upstream a long time ago, which is maintained by the X.Org project. * gnu/packages/xorg.scm (transset): New variable. (transset-df): Define as ‘deprecated package’. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: emacs-use-package: Install texinfo manual.Evan Straw2020-07-24
| | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-use-package). [native-inputs]: Add texinfo. [arguments]: Add phase for installation of the texinfo manual. Signed-off-by: Brett Gilio <brettg@gnu.org>
* gnu: chroma: Configure with inline attribute.Jesse Gibbons2020-07-24
| | | | | | | * gnu/packages/games.scm (chroma)[configure-flags]: Add flag to properly support inline attribute of STD C89. Signed-off-by: Brett Gilio <brettg@gnu.org>
* gnu: emacs-telega: Update to 0.6.28.Brett Gilio2020-07-24
| | | | * gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.6.28.
* gnu: i3-gaps: Update to 4.18.1.Alexandru-Sergiu Marton2020-07-24
| | | | | | * gnu/packages/wm.scm (i3-gaps): Update to 4.18.1. Signed-off-by: Brett Gilio <brettg@gnu.org>
* gnu: libseccomp: Skip test that fails in QEMU user-mode emulation.Marius Bakke2020-07-24
| | | | * gnu/packages/linux.scm (libseccomp)[arguments]: Add phase to skip one test.
* gnu: libseccomp: Do not build the static library.Marius Bakke2020-07-24
| | | | * gnu/packages/linux.scm (libseccomp)[arguments]: New field.
* gnu: ccid: Update to 1.4.33.Marius Bakke2020-07-24
| | | | * gnu/packages/security-token.scm (ccid): Update to 1.4.33.
* gnu: nginx: Update to 1.19.1.Marius Bakke2020-07-24
| | | | * gnu/packages/web.scm (nginx): Update to 1.19.1.
* gnu: rocksdb: Update to 6.11.4.Marius Bakke2020-07-24
| | | | * gnu/packages/databases.scm (rocksdb): Update to 6.11.4.
* gnu: libseccomp: Update to 2.5.0.Marius Bakke2020-07-24
| | | | | * gnu/packages/linux.scm (libseccomp): Update to 2.5.0. [native-inputs]: Add GPERF.
* gnu: hitch: Update to 1.6.0.Marius Bakke2020-07-24
| | | | * gnu/packages/web.scm (hitch): Update to 1.6.0.
* gnu: libaacs: Update to 0.11.0.Marius Bakke2020-07-24
| | | | * gnu/packages/video.scm (libaacs): Update to 0.11.0.
* gnu: ffmpeg: Update to 4.3.1.Marius Bakke2020-07-24
| | | | * gnu/packages/video.scm (ffmpeg): Update to 4.3.1.
* gnu: re2: Update to 2020-07-06.Marius Bakke2020-07-24
| | | | | * gnu/packages/regex.scm (re2): Update to 2020-07-06. [source](modules, snippet): Remove.
* gnu: spdlog: Update to 1.7.0.Marius Bakke2020-07-24
| | | | * gnu/packages/logging.scm (spdlog): Update to 1.7.0.
* gnu: fluidsynth: Update to 2.1.4.Marius Bakke2020-07-24
| | | | * gnu/packages/audio.scm (fluidsynth): Update to 2.1.4.
* gnu: exiv2: Update to 0.27.3.Marius Bakke2020-07-24
| | | | * gnu/packages/image.scm (exiv2): Update to 0.27.3.
* gnu: libebml: Update to 1.4.0.Marius Bakke2020-07-24
| | | | * gnu/packages/xml.scm (libebml): Update to 1.4.0.
* gnu: libmatroska: Update to 1.6.0.Marius Bakke2020-07-24
| | | | * gnu/packages/video.scm (libmatroska): Update to 1.6.0.
* gnu: LibRaw: Update to 0.20.0 [fixes CVE-2020-15503].Marius Bakke2020-07-24
| | | | | | * gnu/packages/photo.scm (libraw): Update to 0.20.0. * gnu/packages/image.scm (freeimage)[source](patches): Add LibRaw compatibility patch.
* quirks: Adjust patch to allow traveling back to Dec. 2018.Ludovic Courtès2020-07-24
| | | | | | | | | | | | | Fixes <https://bugs.gnu.org/42519>. This fixes: guix time-machine --commit=897f303d2fa61497a931cf5fcb43349eb5f44c14 a commit dated Dec. 2018. * guix/quirks.scm (%bug-41214-patch)[accesses-guile-2.2-optimization-options?]: Add second 'match' clause.
* doc: Mention the channel keyring branch.Ludovic Courtès2020-07-24
| | | | | | | Reported by Pierre Neidhardt <mail@ambrevar.xyz>. * doc/guix.texi (Channels): Mention the keyring branch and the 'keyring-reference' bit in '.guix-channel'.
* doc: Use an existing commit in channel example.Ludovic Courtès2020-07-24
| | | | | | | Suggested by zimoun <zimon.toutoune@gmail.com>. * doc/guix.texi (Channels): Use the commit for 'v1.0.0' instead of a non-existing commit in example.
* gnu: luminance-hdr: Update to 2.6.0.Marius Bakke2020-07-24
| | | | | | | | * gnu/packages/patches/luminance-hdr-qt-printer.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/image-viewers.scm (luminance-hdr): Update to 2.6.0. [inputs]: Add QTSVG and EIGEN. [arguments]: Add #:tests? #f.
* gnu: enigma: Fix build with GCC >= 6.Marius Bakke2020-07-24
| | | | | * gnu/packages/games.scm (enigma)[arguments]: Add phase to substitute faulty comparison.
* gnu: gpscorrelate: Update to 2.0.Marius Bakke2020-07-24
| | | | | | * gnu/packages/gps.scm (gpscorrelate): Update to 2.0. [arguments]: Remove #:tests?. [inputs]: Remove GTK+-2. Add GTK+.
* gnu: Add dkgpg.Justus Winter2020-07-24
| | | | | | * gnu/packages/openpgp.scm (dkgpg): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add libtmcg.Justus Winter2020-07-24
| | | | | | * gnu/packages/openpgp.scm: New file. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* import: github: Gracefully handle projects that have disappeared.Ludovic Courtès2020-07-24
| | | | | | | | | Fixes <https://bugs.gnu.org/42509>. Reported by Alexandru-Sergiu Marton <brown121407@posteo.ro>. * guix/import/github.scm (fetch-releases-or-tags): Use 'http-fetch' instead of 'json-fetch', and guard against 404 errors. Upon 404, emit a warning and return the empty vector.
* pack: '-R' applies to propagated inputs too.Ludovic Courtès2020-07-24
| | | | | | | | Fixes <https://bugs.gnu.org/42510>. * guix/scripts/pack.scm (wrapped-manifest-entry): Recurse on 'dependencies' field. * tests/guix-pack-relocatable.sh: Add test.
* gnu: gcc: Fix libstdc++ misconfiguration.Ludovic Courtès2020-07-24
| | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/42392>. Reported by Maxim Cournoyer and Erik Garrison. Until now, the generated <bits/c++config.h> would be incorrect (many _GLIBCXX_HAVE macros would be undefined), which in turn would lead to build failures for most C++ programs. * gnu/packages/gcc.scm (gcc-6)[inputs]: Add LIBSTDC++-HEADERS. (libstdc++, libstdc++-headers): New variables. * gnu/packages/gcc.scm (gfortran): Change first argument to 'custom-gcc' to remove dependency on LIBSTDC++-HEADERS.
* gnu: gcc@10: Update to 10.2.0.Ludovic Courtès2020-07-24
| | | | * gnu/packages/gcc.scm (gcc-10): Update to 10.2.0.
* gnu: Add sleef.Vinicius Monego2020-07-23
| | | | | | * gnu/packages/maths.scm (sleef): New variable. Signed-off-by: Brett Gilio <brettg@gnu.org>
* gnu: duplicity: Update to 0.8.14.Eric Bavier2020-07-23
| | | | | | | | | | | * gnu/packages/backup.scm (duplicity): Update to 0.8.14. [native-inputs]: Add gettext, python-future, python-pytest, python-pytest-runner, and python-setuptools-scm. Move other python2 packages to python. [propagated-inputs]: Ditto. [inputs]: Use latest librsync. [arguments]: Remove #:python argument. Adjust gpg substitution regex for latest source.
* gnu: Fix Krita.Leo Famulari2020-07-23
| | | | | | | | | | Fixes <https://bugs.gnu.org/42476>. Reported by linka on #guix. * gnu/packages/patches/qtbase-fix-krita-deadlock.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/qt.scm (qtbase-for-krita): New variable. * gnu/packages/kde.scm (krita)[inputs]: Replace qtbase with qtbase-for-krita.
* gnu: blender: Update to 2.83.3.Tobias Geerinckx-Rice2020-07-23
| | | | * gnu/packages/graphics.scm (blender): Update to 2.83.3.
* gnu: dnsmasq: Update to 2.82.Tobias Geerinckx-Rice2020-07-23
| | | | * gnu/packages/dns.scm (dnsmasq): Update to 2.82.
* gnu: jo: Update to 1.4.Tobias Geerinckx-Rice2020-07-23
| | | | * gnu/packages/web.scm (jo): Update to 1.4.
* gnu: wavpack: Update to 5.3.2.Tobias Geerinckx-Rice2020-07-23
| | | | | | | * gnu/packages/audio.scm (wavpack): Update to 5.3.2. [source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Replace the ‘bootstrap’ phase. [native-inputs]: Add autoconf, automake, and libtool.
* gnu: burp: Add ACL support.Tobias Geerinckx-Rice2020-07-23
| | | | * gnu/packages/backup.scm (burp)[inputs]: Add acl.
* gnu: burp: Update to 2.3.30.Tobias Geerinckx-Rice2020-07-23
| | | | | | * gnu/packages/backup.scm (burp): Update to 2.3.30. [source]: Use GIT-FETCH and GIT-FILE-NAME. [native-inputs]: Add autoconf and automake.