aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-24gnu: Remove duplicated linux-libre-arm64-generic-5.8.Mathieu Othacehe
This fixes a test failure in "fold-available-packages with/without cache". * gnu/packages/linux.scm (linux-libre-arm64-generic-5.8): Remove it as it duplicates linux-libre-arm64-generic.
2020-08-24gnu: scroll: Fix build.Efraim Flashner
* gnu/packages/haskell-apps.scm (scroll)[arguments]: Add custom phase to add a place-holder file to the static output.
2020-08-24Use guile-zlib extension in build-side code.Mathieu Othacehe
* Makefile.am (MODULES): Move guix/build/download-nar.scm to ... (MODULES_NOT_COMPILED): ... here. * guix/build/download-nar.scm: Use (zlib) instead of (guix zlib). * guix/cvs-download.scm (cvs-fetch): Do not stub (guix config) in imported modules list, instead add "guile-zlib" to the extension list. * guix/git-download.scm (git-fetch): Ditto. * guix/hg-download.scm (hg-fetch): Do not stub (guix config) in imported modules list, instead add "guile-zlib" to the extension list.
2020-08-24gnu: dovecot: Enable FTS stemming.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (dovecot)[inputs]: Add libstemmer.
2020-08-24gnu: python-parted: Update to 3.11.6.Tobias Geerinckx-Rice
* gnu/packages/disk.scm (python-parted): Update to 3.11.6. (python2-parted): Drop unsupported Python 2 variant.
2020-08-24gnu: bind: Note that isc-dhcp bundles a BIND.Tobias Geerinckx-Rice
This follows up on commit dad963a4393ea51409baa63817b26b449ed58338. * gnu/packages/admin.scm (isc-bind): Comment.
2020-08-24gnu: xterm: Update to 359.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (xterm): Update to 359.
2020-08-24gnu: evisum: Update to 0.5.3.Tobias Geerinckx-Rice
* gnu/packages/enlightenment.scm (evisum): Update to 0.5.3.
2020-08-24gnu: xapian: Update to 1.4.17.Tobias Geerinckx-Rice
* gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.17.
2020-08-24gnu: electrum: Fix share/ location.Tobias Geerinckx-Rice
* gnu/packages/finance.scm (electrum)[arguments]: Rename the ‘patch-home’ phase to ‘fix-prefix’. Do so.
2020-08-24gnu: electron-cash: Fix share/ location.Tobias Geerinckx-Rice
* gnu/packages/finance.scm (electron-cash)[arguments]: Drop bogus ‘local/share’ subdirectory: rename ‘patch-home’ to ‘create-output-directories’ and adjust body to match.
2020-08-24gnu: electron-cash: Return #t from phases.Tobias Geerinckx-Rice
* gnu/packages/finance.scm (electron-cash)[arguments]: Return truth from all phases.
2020-08-24gnu: electrum: Return #t from phases.Tobias Geerinckx-Rice
* gnu/packages/finance.scm (electrum)[arguments]: Return truth from ‘patch-home’.
2020-08-24gnu: wireguard-tools: Cross-compile.Tobias Geerinckx-Rice
* gnu/packages/vpn.scm (wireguard-tools)[arguments]: Use CC-FOR-TARGET.
2020-08-24gnu: wireguard-tools: Update to 1.0.20200820.Tobias Geerinckx-Rice
* gnu/packages/vpn.scm (wireguard-tools): Update to 1.0.20200820.
2020-08-23gnu: ebook.scm: Remove duplicate module import.Brendan Tildesley
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-23gnu: Added guile-srfi-145.Martin Becze
* gnu/packages/guile-xyz.scm (guile-srfi-145): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-24gnu: dovecot: Add lucene library to support fts indexing.Alexey Abramov
* gnu/packages/mail.scm (dovecot)[inputs]: Add ice4c, clucene. [arguments]: Add --with-lucene configuration switch. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-08-23gnu: Add akku.Martin Becze
* gnu/packages/package-management.scm (akku): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-23lint: formatting: Gracefully handle relative file names.Ludovic Courtès
Fixes <https://bugs.gnu.org/42543>. Reported by Jack Hill <jackhill@jackhill.us>. * guix/lint.scm (check-formatting): Always return a list (previously we would return #f when 'search-path' returns #f). Check whether LOCATION's file is a relative file name. Return a warning if not. * tests/guix-lint.sh: Add test.
2020-08-23lint: Avoid calls to 'package-field-location' with #f as the field.Ludovic Courtès
* guix/lint.scm (%make-warning): Call 'package-field-location' only when FIELD is true.
2020-08-23gnu: emacs-bash-completion: Update to 3.1.0.Oleg Pykhalov
* gnu/packages/emacs-xyz.scm (emacs-bash-completion): Update to 3.1.0.
2020-08-23gnu: sane-backends-minimal: Update to 1.0.31.Tobias Geerinckx-Rice
* gnu/packages/scanner.scm (sane-backends-minimal): Update to 1.0.31. [inputs]: Add libxml2.
2020-08-23gnu: parallel: Update to 20200822.Tobias Geerinckx-Rice
* gnu/packages/parallel.scm (parallel): Update to 20200822.
2020-08-23gnu: emacs-find-file-in-project: Update to 5.7.10.Oleg Pykhalov
* gnu/packages/emacs-xyz.scm (emacs-find-file-in-project): Update to 5.7.10.
2020-08-23gnu: emacs-ghub: Update to 3.4.1.Oleg Pykhalov
* gnu/packages/emacs-xyz.scm (emacs-ghub): Update to 3.4.1.
2020-08-23gnu: emacs-lsp-ui: Update to 7.0.1.Oleg Pykhalov
* gnu/packages/emacs-xyz.scm (emacs-lsp-ui): Update to 7.0.1.
2020-08-23gnu: emacs-org-re-reveal: Update to 3.1.0.Oleg Pykhalov
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.1.0.
2020-08-23gnu: python-rpy2: Update to 3.3.5.Efraim Flashner
* gnu/packages/statistics.scm (python-rpy2): Update to 3.3.5. [source]: Add patches to fix test failures. [arguments]: Adjust custom 'check phase.
2020-08-23doc: cookbook: Add chapter about Guix environment.Oleg Pykhalov
* doc/guix-cookbook.texi (Environment management): New chapter.
2020-08-23gnu: net-snmp: Update to 5.9 [fixes CVE-2019-20892].Tobias Geerinckx-Rice
* gnu/packages/networking.scm (net-snmp): Update to 5.9. [inputs]: Add ncurses. [native-inputs]: Add pkg-config.
2020-08-22gnu: sameboy: Update to 0.13.6.Jakub Kądziołka
* gnu/packages/emulators.scm (sameboy): Update to 0.13.6.
2020-08-22gnu: lesspipe: Patch paths to inputs.Michael Rohleder
* gnu/packages/less.scm (lesspipe)[arguments]: Add phase to patch paths to tput and file. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-22gnu: fc-host-tools: Update to 13.Danny Milosavljevic
* gnu/packages/embedded.scm (fc-host-tools): Update to 13. [description]: Modify.
2020-08-22gnu: Add sbcl-livesupport.Adam Kandur
* gnu/packages/lisp-xyz.scm (sbcl-livesupport, cl-livesupport, ecl-livesupport): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-22gnu: lxqt: Enable keyboard shortcuts.Timotej Lazar
* gnu/packages/lxqt.scm (lxqt)[propagated-inputs]: Add lxqt-globalkeys. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-22gnu: piper: Update to 0.5.1. Disable broken tests.Brendan Tildesley
* gnu/packages/gnome.scm (piper): Update to 0.5.1. Disable tests. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-22gnu: libratbag: Update to 0.14.Brendan Tildesley
* gnu/packages/gnome.scm (libratbag): Update to 0.14. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-22gnu: Add fullswof-2d.Paul Garlick
* gnu/packages/simulation.scm (fullswof-2d): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-22gnu: Add rtaudio.Vinicius Monego
* gnu/packages/audio.scm (rtaudio): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-22gnu: Add dosage.Hendursaga
* gnu/packages/python-xyz.scm (dosage): New variable.
2020-08-22gnu: Add nicotine.Martin Becze
* gnu/packages/nicotine.scm (nicotine): New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-22gnu: emacs-epkg: Update to 3.2.2.Oleg Pykhalov
* gnu/packages/emacs-xyz.scm (emacs-epkg): Update to 3.2.2.
2020-08-22gnu: jekyll: Loosen the requirement for kramdown.Michael Rohleder
* gnu/packages/ruby.scm (jekyll): Loosen the requirement for kramdown. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-08-21gnu: isc-dhcp: Update bundled BIND to 9.11.22 [security fixes].Mark H Weaver
Includes fixes for CVE-2020-8617, CVE-2020-8619, CVE-2020-8622, CVE-2020-8623, and CVE-2020-8624. * gnu/packages/admin.scm (isc-dhcp): Update bundled BIND to 9.11.22.
2020-08-21gnu: linux-libre@4.9: Update to 4.9.233.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.233. (linux-libre-4.9-pristine-source): Update hash. (deblob-scripts-4.9): Update to 4.9.232.
2020-08-21gnu: linux-libre@4.4: Update to 4.4.233.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.233. (linux-libre-4.4-pristine-source): Update hash. (deblob-scripts-4.4): Update to 4.4.232.
2020-08-21gnu: linux-libre: Update to 5.8.3.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.3. (linux-libre-5.8-pristine-source): Update hash.
2020-08-21gnu: linux-libre@5.7: Update to 5.7.17.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.17. (linux-libre-5.7-pristine-source): Update hash.
2020-08-21gnu: linux-libre@5.4: Update to 5.4.60.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.60. (linux-libre-5.4-pristine-source): Update hash.