summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: vhba-module: Remove duplicate definition.Mark H Weaver2019-05-26
| | | | | | This is a followup to commit e1f640db8fa2a3aee018ce80df47b37e245c4b52. * gnu/packages/linux.scm (vhba-module): Remove duplicate definition.
* gnu: node: Update to 10.15.3.Marius Bakke2019-05-26
| | | | | | | | | | * gnu/packages/libevent.scm (libuv-1.19): Remove variable. * gnu/packages/node.scm (node): Update to 10.15.3. [source]: Use XZ-compressed tarball. [arguments]: Add #:test-target. Use DELETE-FILE instead of DELETE-IF-EXISTS. Remove obsolete test deletions. [inputs]: Change OPENSSL to OPENSSL-NEXT. Change LIBUV-1.19 to LIBUV. (node-lts): Remove variable.
* gnu: libevent: Update to 2.1.0.Marius Bakke2019-05-26
| | | | | | | | * gnu/packages/patches/libevent-2.1-dns-tests.patch, gnu/packages/patches/libevent-2.1-skip-failing-test.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/libevent.scm (libevent): Update to 2.1.10. [source](patches): Remove.
* gnu: youtube-dl: Update to 2019.05.20.Alex Vong2019-05-27
| | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2019.05.20. Signed-off-by: Alex Vong <alexvong1995@gmail.com>
* gnu: ioquake: Build on all architectures.Efraim Flashner2019-05-26
| | | | | * gnu/packages/game-development.scm (ioquake)[supported-systems]: Remove field.
* gnu: pigx-chipseq: Update to 0.0.41.Ricardo Wurmus2019-05-26
| | | | * gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.41.
* import: hackage: Recognize "BSD-3-Clause" and "PublicDomain".Robert Vollmert2019-05-26
| | | | | | * guix/import/hackage.scm (string->license): Add two licenses. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: python-shapely: Update to 1.6.4.post2.Brett Gilio2019-05-26
| | | | | | * gnu/packages/python-xyz.scm (python-shapely): Update to 1.6.4.post2. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: python-psutil: Update to 5.6.2.Brett Gilio2019-05-26
| | | | | | * gnu/packages/python-xyz.scm (python-psutil): Update to 5.6.2. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: coq-equations: Update to 1.2.Dan Frumin2019-05-26
| | | | Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: mgba: Update to 0.7.2.Rutger Helling2019-05-26
| | | | * gnu/packages/emulators.scm (mgba): Update to 0.7.2.
* gnu: kitty: Update to 0.14.0.Rutger Helling2019-05-26
| | | | * gnu/packages/terminals.scm (kitty): Update to 0.14.0.
* gnu: wine-staging: Update to 4.9.Tobias Geerinckx-Rice2019-05-26
| | | | | * gnu/packages/wine.scm (wine-staging-patchset-data, wine-staging): Update to 4.9.
* gnu: rxcpp: Don't use unstable tarball.Tobias Geerinckx-Rice2019-05-26
| | | | | * gnu/packages/machine-learning.scm (rxcpp)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: rxcpp: Update to 4.1.0.Tobias Geerinckx-Rice2019-05-26
| | | | * gnu/packages/machine-learning.scm (rxcpp): Update to 4.1.0.
* gnu: libelf: Use archived home page and mirrored source.Tobias Geerinckx-Rice2019-05-26
| | | | | * gnu/packages/elf.scm (libelf)[source]: Use mirror URLs. [home-page]: Use archived home page.
* gnu: pidgin: Use HTTPS home page.Tobias Geerinckx-Rice2019-05-26
| | | | * gnu/packages/messaging.scm (pidgin)[home-page]: Use HTTPS.
* gnu: pidgin: Add network-manager support.Tobias Geerinckx-Rice2019-05-26
| | | | | * gnu/packages/messaging.scm (pidgin)[inputs]: Add network-manager. [arguments]: Undisable it in #:configure-flags.
* gnu: pidgin: Update to 2.13.0.Tobias Geerinckx-Rice2019-05-26
| | | | * gnu/packages/messaging.scm (pidgin): Update to 2.13.0.
* gnu: pidgin: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-05-26
| | | | * gnu/packages/messaging.scm (pidgin)[source]: Hard-code NAME.
* gnu: duplicity: Update to 0.7.19.Tobias Geerinckx-Rice2019-05-26
| | | | * gnu/packages/backup.scm (duplicity): Update to 0.7.19.
* store: Fix 'hash-part->path' docstring.Ludovic Courtès2019-05-26
| | | | * guix/store.scm (hash-part->path): Adjust docstring to match reality.
* publish: Maintain a hash-part-to-store-item mapping in cache.Ludovic Courtès2019-05-26
| | | | | | | | | | | Fixes <https://bugs.gnu.org/33897>. * guix/scripts/publish.scm (hash-part-mapping-cache-file) (hash-part->path*): New procedures. * guix/scripts/publish.scm (render-narinfo/cached)[delete-entry]: Delete the 'hash-part-mapping-cache-file'. Use 'hash-part->path*' instead of 'hash-part->path'. * tests/publish.scm ("with cache, vanishing item"): New test.
* services: sddm: Fix root login failure issue.Reza Alizadeh Majd2019-05-26
| | | | | | | | | | * gnu/services/sddm.scm (sdm-pam-service): Set uid from CONFIG. (sdm-autologin-pam-service): Set uid from CONFIG. (sdm-pam-services): Pass CONFIG to 'sddm-pam-service' and 'sddm-autologin-pam-service'. * doc/guix.texi (X Window): Adjust 'minimum-uid' documentation. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* services: cgit: Fix typo.Arun Isaac2019-05-25
| | | | | * gnu/services/cgit.scm (cgit-configuration)[root-readme]: Replace "thef" with "the".
* gnu: squirrel: Fix build.Kei Kebreau2019-05-25
| | | | | | This follows commit 9d0c291e3e. * gnu/packages/squirrel.scm: Adjust module reference.
* gnu: emacs-lispy: Update to 0.27.0.Brian Leung2019-05-25
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-lispy): Update to 0.27.0. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: emacs-avy: Update to 0.5.0.Brian Leung2019-05-25
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-avy): Update to 0.5.0. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: emacs-highlight-symbol: Update to 1.3.1-7a789c7.Brian Leung2019-05-25
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-highlight-symbol): Update to 1.3.1-7a789c7. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* linux-container: Check if nscd run directory exists when container is run.Arun Isaac2019-05-25
| | | | | | | | | * gnu/system/linux-container.scm (containerized-operating-system): (container-script): Check for existence of the host nscd run directory in the container script. This check should be run when the container is started, not when the container script is created. [network-mappings]: Delete variable. [nscd-run-directory, nscd-mapping]: New variables.
* gnu: supertux: Update to 0.6.0.Kei Kebreau2019-05-24
| | | | | | | | | | * gnu/packages/games.scm (supertux): Update to 0.6.0. [source]: Add patches. [arguments]: Add -DUSE_SYSTEM_PHYSFS=ON. Add 'patch-squirrel-path' phase. [inputs]: Add freetype and squirrel. * gnu/packages/patches/supertux-fix-build-with-gcc5.patch, gnu/packages/patches/supertux-unbundle-squirrel.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them.
* gnu: squirrel: Install headers and documentation.Kei Kebreau2019-05-24
| | | | | | * gnu/packages/squirrel.scm (squirrel)[arguments]: Disable building static libraries. Add 'install-documentation' and 'install-headers' phases. [native-inputs]: Add python-sphinx.
* gnu: squirrel: Build from a source archive instead of a Git checkout.Kei Kebreau2019-05-24
| | | | | * gnu/packages/squirrel.scm (squirrel)[source]: Use url-fetch and adjust the source URL accordingly.
* gnu: help2man: Update to 1.47.10.Marius Bakke2019-05-24
| | | | * gnu/packages/man.scm (help2man/latest): Update to 1.47.10.
* gnu: python-markdown: Update to 3.1.1.Marius Bakke2019-05-24
| | | | * gnu/packages/python-xyz.scm (python-markdown): Update to 3.1.1.
* gnu: perl: Update home page.Marius Bakke2019-05-24
| | | | * gnu/packages/perl.scm (perl)[home-page]: Use HTTPS.
* gnu: Add python-sphinxcontrib-qthelp.Marius Bakke2019-05-24
| | | | * gnu/packages/sphinx.scm (python-sphinxcontrib-qthelp): New public variable.
* gnu: Add python-sphinxcontrib-htmlhelp.Marius Bakke2019-05-24
| | | | * gnu/packages/sphinx.scm (python-sphinxcontrib-htmlhelp): New public variable.
* gnu: Add python-sphinxcontrib-jsmath.Marius Bakke2019-05-24
| | | | * gnu/packages/sphinx.scm (python-sphinxcontrib-jsmath): New public variable.
* gnu: Add python-sphinxcontrib-devhelp.Marius Bakke2019-05-24
| | | | * gnu/packages/sphinx.scm (python-sphinxcontrib-devhelp): New public variable.
* gnu: Add python-sphinxcontrib-applehelp.Marius Bakke2019-05-24
| | | | * gnu/packages/sphinx.scm (python-sphinxcontrib-applehelp): New public variable.
* gnu: Add python-sphinxcontrib-serializinghtml.Marius Bakke2019-05-24
| | | | | * gnu/packages/sphinx.scm (python-sphinxcontrib-serializinghtml): New public variable.
* gnu: Move Sphinx and friends to (gnu packages sphinx).Marius Bakke2019-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-sphinxcontrib-websupport, python2-sphinxcontrib-websupport, python-sphinx, python2-sphinx, python-sphinx-gallery, python2-sphinx-gallery, python-sphinx-rtd-theme, python2-sphinx-rtd-theme, python-guzzle-sphinx-theme, python2-guzzle-sphinx-theme, python-sphinxcontrib-newsfeed, python-sphinxcontrib-programoutput, python2-sphinxcontrib-programoutput, python-sphinx-repoze-interface, python2-sphinx-repoze-interface, python-sphinx-cloud-sptheme, python2-sphinx-cloud-sptheme, python-sphinx-alabaster-theme, python2-sphinx-alabaster-theme, python-sphinx-me, python-sphinxcontrib-svg2pdfconverter): Move to ... (gnu): * gnu/packages/sphinx.scm: ... here. New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly. * gnu/packages/admin.scm, gnu/packages/bioinformatics.scm, gnu/packages/calendar.scm, gnu/packages/cluster.scm, gnu/packages/databases.scm, gnu/packages/dav.scm, gnu/packages/disk.scm, gnu/packages/django.scm, gnu/packages/elf.scm, gnu/packages/emacs-xyz.scm, gnu/packages/emulators.scm, gnu/packages/finance.scm, gnu/packages/image.scm, gnu/packages/libffi.scm, gnu/packages/mail.scm, gnu/packages/mpd.scm, gnu/packages/openstack.scm, gnu/packages/pdf.scm, gnu/packages/python-web.scm, gnu/packages/search.scm, gnu/packages/statistics.scm, gnu/packages/storage.scm, gnu/packages/sync.scm, gnu/packages/terminals.scm, gnu/packages/tls.scm, gnu/packages/web.scm: Adjust module imports.
* gnu: postgresql: Replace with 10.8 [security fixes].Marius Bakke2019-05-24
| | | | | | | This fixes CVE-2019-10129 and CVE-2019-10130. * gnu/packages/databases.scm (postgresql)[replacement]: New field. (postgresql-10.8): New variable.
* gnu: Add coq-stdpp.Dan Frumin2019-05-24
| | | | | | * gnu/packages/coq.scm (coq-stdpp): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: lxqt-panel: fix taskbar plugin's application list issue.Reza Alizadeh Majd2019-05-24
| | | | | | | * gnu/packages/lxqt.scm (lxqt-panel): move `kwindowsystem` from `inputs` to `propagated-inputs` Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: lxqt-session: fix lxqt-rc.xml permission issueReza Alizadeh Majd2019-05-24
| | | | | | | * gnu/packages/lxqt.scm (lxqt-session): add write permission to lxqt-rc.xml file after initial copy to user directory Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add libjit.Andy Tai2019-05-24
| | | | | | * gnu/packages/assembly.scm (libjit): Add at 0.1.4 Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guile-next: Update to 2.9.2.Ludovic Courtès2019-05-24
| | | | * gnu/packages/guile.scm (guile-next): Update to 2.9.2.
* gnu: Add chocolate-doom.Jakob L. Kreuze2019-05-24
| | | | * gnu/packages/games.scm (chocolate-doom): New variables.