aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* discovery: 'all-modules' returns modules in path order.•••A particular effect of this is that if there are ambiguous packages in a directory specified with `-L module_dir` and the distribution, the version from `module_dir` will be loaded, which is usually what would be expected. (E.g. for `guix build` or `guix package -i`.) * guix/discovery.scm (all-modules): Return modules in path order. * tests/guix-package.sh: Test local definitions take precedence. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Robert Vollmert2019-05-26
* self: 'guix-daemon' honors %localstatedir, %sysconfdir, and %storedir.•••Fixes <https://bugs.gnu.org/35874>. Reported by Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>. Previously, the 'guix-daemon' program provided by 'guix pull' would systematically use default directory locations for these. * guix/self.scm (whole-package)[wrap]: Set GUIX_STATE_DIRECTORY, GUIX_CONFIGURATION_DIRECTORY, and NIX_STORE_DIR. Ludovic Courtès2019-05-26
* gnu: you-get: Update to 0.4.1302.•••* gnu/packages/video.scm (you-get): Update to 0.4.1302. Alex Vong2019-05-27
* gnu: linux-libre: Update to 5.1.5.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.5. (%linux-libre-hash): Update hash. Mark H Weaver2019-05-26
* gnu: linux-libre@4.19: Update to 4.19.46.•••* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.46. (%linux-libre-4.19-hash): Update hash. Mark H Weaver2019-05-26
* gnu: linux-libre@4.14: Update to 4.14.122.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.122. (%linux-libre-4.14-hash): Update hash. Mark H Weaver2019-05-26
* gnu: linux-libre@4.9: Update to 4.9.179.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.179. Mark H Weaver2019-05-26
* gnu: linux-libre: Rename a patch.•••* gnu/packages/linux.scm (%linux-libre-arm-export-__sync_icache_dcache-patch): Remove the version from the file name, since it applies to multiple versions. Mark H Weaver2019-05-26
* gnu: linux-libre-arm-generic: Move definition.•••* gnu/packages/linux.scm (linux-libre-arm-generic): Move the definition down, next to the other linux-libre-arm-generic-* packages. Mark H Weaver2019-05-26
* gnu: vhba-module: Remove duplicate definition.•••This is a followup to commit e1f640db8fa2a3aee018ce80df47b37e245c4b52. * gnu/packages/linux.scm (vhba-module): Remove duplicate definition. Mark H Weaver2019-05-26
* gnu: node: Update to 10.15.3.•••* 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. Marius Bakke2019-05-26
* gnu: libevent: Update to 2.1.0.•••* 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. Marius Bakke2019-05-26
* gnu: youtube-dl: Update to 2019.05.20.•••* gnu/packages/video.scm (youtube-dl): Update to 2019.05.20. Signed-off-by: Alex Vong <alexvong1995@gmail.com> Alex Vong2019-05-27
* gnu: ioquake: Build on all architectures.•••* gnu/packages/game-development.scm (ioquake)[supported-systems]: Remove field. Efraim Flashner2019-05-26
* gnu: pigx-chipseq: Update to 0.0.41.•••* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.41. Ricardo Wurmus2019-05-26
* import: hackage: Recognize "BSD-3-Clause" and "PublicDomain".•••* guix/import/hackage.scm (string->license): Add two licenses. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Robert Vollmert2019-05-26
* gnu: python-shapely: Update to 1.6.4.post2.•••* gnu/packages/python-xyz.scm (python-shapely): Update to 1.6.4.post2. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Brett Gilio2019-05-26
* gnu: python-psutil: Update to 5.6.2.•••* gnu/packages/python-xyz.scm (python-psutil): Update to 5.6.2. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Brett Gilio2019-05-26
* gnu: coq-equations: Update to 1.2.•••Signed-off-by: Marius Bakke <mbakke@fastmail.com> Dan Frumin2019-05-26
* gnu: mgba: Update to 0.7.2.•••* gnu/packages/emulators.scm (mgba): Update to 0.7.2. Rutger Helling2019-05-26
* gnu: kitty: Update to 0.14.0.•••* gnu/packages/terminals.scm (kitty): Update to 0.14.0. Rutger Helling2019-05-26
* gnu: wine-staging: Update to 4.9.•••* gnu/packages/wine.scm (wine-staging-patchset-data, wine-staging): Update to 4.9. Tobias Geerinckx-Rice2019-05-26
* gnu: rxcpp: Don't use unstable tarball.•••* gnu/packages/machine-learning.scm (rxcpp)[source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice2019-05-26
* gnu: rxcpp: Update to 4.1.0.•••* gnu/packages/machine-learning.scm (rxcpp): Update to 4.1.0. Tobias Geerinckx-Rice2019-05-26
* gnu: libelf: Use archived home page and mirrored source.•••* gnu/packages/elf.scm (libelf)[source]: Use mirror URLs. [home-page]: Use archived home page. Tobias Geerinckx-Rice2019-05-26
* gnu: pidgin: Use HTTPS home page.•••* gnu/packages/messaging.scm (pidgin)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2019-05-26
* gnu: pidgin: Add network-manager support.•••* gnu/packages/messaging.scm (pidgin)[inputs]: Add network-manager. [arguments]: Undisable it in #:configure-flags. Tobias Geerinckx-Rice2019-05-26
* gnu: pidgin: Update to 2.13.0.•••* gnu/packages/messaging.scm (pidgin): Update to 2.13.0. Tobias Geerinckx-Rice2019-05-26
* gnu: pidgin: Don't use NAME in source URI.•••* gnu/packages/messaging.scm (pidgin)[source]: Hard-code NAME. Tobias Geerinckx-Rice2019-05-26
* gnu: duplicity: Update to 0.7.19.•••* gnu/packages/backup.scm (duplicity): Update to 0.7.19. Tobias Geerinckx-Rice2019-05-26
* store: Fix 'hash-part->path' docstring.•••* guix/store.scm (hash-part->path): Adjust docstring to match reality. Ludovic Courtès2019-05-26
* publish: Maintain a hash-part-to-store-item mapping in cache.•••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. Ludovic Courtès2019-05-26
* services: sddm: Fix root login failure issue.•••* 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> Reza Alizadeh Majd2019-05-26
* services: cgit: Fix typo.•••* gnu/services/cgit.scm (cgit-configuration)[root-readme]: Replace "thef" with "the". Arun Isaac2019-05-25
* gnu: squirrel: Fix build.•••This follows commit 9d0c291e3e. * gnu/packages/squirrel.scm: Adjust module reference. Kei Kebreau2019-05-25
* gnu: emacs-lispy: Update to 0.27.0.•••* gnu/packages/emacs-xyz.scm (emacs-lispy): Update to 0.27.0. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Brian Leung2019-05-25
* gnu: emacs-avy: Update to 0.5.0.•••* gnu/packages/emacs-xyz.scm (emacs-avy): Update to 0.5.0. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Brian Leung2019-05-25
* gnu: emacs-highlight-symbol: Update to 1.3.1-7a789c7.•••* gnu/packages/emacs-xyz.scm (emacs-highlight-symbol): Update to 1.3.1-7a789c7. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Brian Leung2019-05-25
* linux-container: Check if nscd run directory exists when container is run.•••* 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. Arun Isaac2019-05-25
* gnu: supertux: Update to 0.6.0.•••* 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. Kei Kebreau2019-05-24
* gnu: squirrel: Install headers and documentation.•••* gnu/packages/squirrel.scm (squirrel)[arguments]: Disable building static libraries. Add 'install-documentation' and 'install-headers' phases. [native-inputs]: Add python-sphinx. Kei Kebreau2019-05-24
* gnu: squirrel: Build from a source archive instead of a Git checkout.•••* gnu/packages/squirrel.scm (squirrel)[source]: Use url-fetch and adjust the source URL accordingly. Kei Kebreau2019-05-24
* gnu: help2man: Update to 1.47.10.•••* gnu/packages/man.scm (help2man/latest): Update to 1.47.10. Marius Bakke2019-05-24
* gnu: python-markdown: Update to 3.1.1.•••* gnu/packages/python-xyz.scm (python-markdown): Update to 3.1.1. Marius Bakke2019-05-24
* gnu: perl: Update home page.•••* gnu/packages/perl.scm (perl)[home-page]: Use HTTPS. Marius Bakke2019-05-24
* gnu: Add python-sphinxcontrib-qthelp.•••* gnu/packages/sphinx.scm (python-sphinxcontrib-qthelp): New public variable. Marius Bakke2019-05-24
* gnu: Add python-sphinxcontrib-htmlhelp.•••* gnu/packages/sphinx.scm (python-sphinxcontrib-htmlhelp): New public variable. Marius Bakke2019-05-24
* gnu: Add python-sphinxcontrib-jsmath.•••* gnu/packages/sphinx.scm (python-sphinxcontrib-jsmath): New public variable. Marius Bakke2019-05-24
* gnu: Add python-sphinxcontrib-devhelp.•••* gnu/packages/sphinx.scm (python-sphinxcontrib-devhelp): New public variable. Marius Bakke2019-05-24
* gnu: Add python-sphinxcontrib-applehelp.•••* gnu/packages/sphinx.scm (python-sphinxcontrib-applehelp): New public variable. Marius Bakke2019-05-24