Age | Commit message (Collapse) | Author |
|
* gnu/packages/maths.scm (hdf5-1.10): Update to 1.10.5. Remove
"hdf5-mpi-deprecations.patch".
* gnu/packages/patches/hdf5-mpi-deprecations.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
This is a followup to 70a8e13277d4a44b89dd9ee2290b98105f0235f1.
* guix/import/utils.scm (recursive-import): Update docstring.
|
|
* gnu/packages/python-xyz.scm (python-yapf): Update to 0.29.0.
|
|
* gnu/packages/terminals.scm (python-blessings): Test suite has been revised.
[arguments]: Change comment to reflect change in test suite regarding TTY.
[native-inputs]: Pass python-six, which is required for test suite.
|
|
* gnu/packages/terminals.scm (python-blessings): Update to 1.7.
|
|
* gnu/packages/python-xyz.scm (python-semver): Adjust indentation.
|
|
* gnu/packages/python-xyz.scm (python-semver)[arguments]: The substitution
case for patching virtualenv versioning is no longer requireed.
|
|
* gnu/packages/python-xyz.scm (python-semver): Update to 2.9.0.
|
|
* gnu/packages/tls.scm (certbot): Update to 1.0.0.
|
|
* gnu/packages/tls.scm (python-acme): Update to 1.0.0.
|
|
* doc/contributing.texi (Submitting Patches): Remove example.
Add link to "Building from Git" section.
|
|
* gnu/packages/emacs-xyz.scm (emacs-telega)[propagated-inputs]: Pass ffmpeg in
propagated-inputs to support playback of inline MP4 and GIF files.
|
|
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.5.2-2. Adds support
for I18N.
|
|
* gnu/packages/emacs-xyz.scm (emacs-telega)[description]: Modify the
description to be easier to read.
|
|
* gnu/packages/emacs-xyz.scm (emacs-telega)[propagated-inputs]: Add libwebp to
the propagated-inputs in order to emit stickers properly.
|
|
Fixes bug #38568 (see: https://bugs.gnu.org/38568).
* guix/build/emacs-build-system.scm (add-source-to-load-path): Ensure the core
libraries appear last in the load path.
Reported-by: Jelle Licht <jlicht@fsfe.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.5.2.
|
|
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-7.156b7ee.
[arguments]: Add guix-data-service-manage-build-servers to the list of
scripts.
|
|
* gnu/packages/coq.scm (coq)[outputs]: Add "ide" output.
|
|
* etc/news.scm: Add 'de' translation.
|
|
* etc/news.scm: Add entry for "guix challenge --diff".
|
|
* guix/scripts/challenge.scm (call-with-nar): New procedure.
(narinfo-contents): Express in terms of 'call-with-nar'.
(call-with-mismatches, report-differing-files/external): New
procedures.
(%diffoscope-command): New variable.
(%options): Support "diffoscope" and a string starting with "/".
* tests/challenge.scm (call-mismatch-test): New procedure.
("differing-files"): Rewrite in terms of 'call-mismatch-test'.
("call-with-mismatches"): New test.
* doc/guix.texi (Invoking guix challenge): Document it.
|
|
* guix/scripts/challenge.scm (dump-port*): New variable.
(archive-contents, store-item-contents, narinfo-contents)
(differing-files, report-differing-files): New procedures.
(summarize-report): Add #:report-differences and call it.
(show-help, %options): Add "--diff".
(%default-options): Add 'difference-report' key.
(report-differing-files): Parameterize CURRENT-TERMINAL-COLUMNS and pass
#:report-differences to 'summarize-report'.
* guix/tests/http.scm (%local-url): Add optional argument.
(call-with-http-server): Fix docstring typo.
* tests/challenge.scm (query-path-size, make-narinfo): New procedures.
("differing-files"): New test.
* doc/guix.texi (Invoking guix challenge): Document "--diff".
|
|
* guix/scripts/substitute.scm (progress-report-port): Move to...
* guix/progress.scm (progress-report-port): ... here. New procedure.
|
|
* guix/serialization.scm (write-contents): Remove.
|
|
* guix/scripts/substitute.scm (select-uri): Rename to...
(narinfo-best-uri): ... this, and make public. Update callers.
* guix/scripts/challenge.scm (summarize-report): Use 'narinfo-best-uri'
instead of (first (narinfo-uris ...)).
|
|
* guix/scripts/archive.scm (show-help, %options): Add '--list'.
(list-contents): New procedure.
(guix-archive): Honor the '--list' option.
* tests/guix-archive.sh: Test it.
* doc/guix.texi (Invoking guix archive): Document it.
|
|
* guix/serialization.scm (read-contents): Remove.
(read-file-type, fold-archive): New procedures.
(restore-file): Rewrite in terms of 'fold-archive'.
* tests/nar.scm ("write-file-tree + fold-archive")
("write-file-tree + fold-archive, flat file"): New tests.
|
|
* gnu/build/linux-boot.scm (mount-root-file-system): Add the 'flags' keyword
argument and use it when mounting the root file system.
(boot-system): Pass the root file system flags to 'mount-root-file-system'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/vpn.scm (wireguard): Update to 0.0.20191212.
|
|
* gnu/packages/linux.scm (iptables): Update to 1.8.4.
|
|
* gnu/packages/linux.scm (nftables): Update to 0.9.3.
|
|
* gnu/packages/linux.scm (nftables)[source]: Add a mirror:// URI.
|
|
* gnu/packages/linux.scm (libnftnl): Update to 1.1.5.
[source]: Add patch.
* gnu/packages/patches/libnftnl-dont-check-NFTNL_FLOWTABLE_SIZE.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
* gnu/packages/linux.scm (nftables)[source, home-page]: Use HTTPS.
|
|
* gnu/packages/benchmark.scm (fio)[source]: Use HTTPS.
|
|
* gnu/packages/benchmark.scm (fio): Update to 3.16.
|
|
* gnu/packages/music.scm (muse-sequencer)[source]: Hard-code NAME.
|
|
* gnu/packages/libreoffice.scm (libwpd): Update to 0.10.3.
|
|
* gnu/packages/mail.scm (bogofilter)[home-page]: Use HTTPS.
|
|
* gnu/packages/mail.scm (bogofilter): Update to 1.2.5.
[license]: Upgrade to GPL3+.
|
|
* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.33.
|
|
* gnu/packages/ipfs.scm (gx): Update to 0.14.2.
|
|
* gnu/packages/cdrom.scm (libcdio-paranoia): Update to 10.2+2.0.1.
|
|
* gnu/packages/calendar.scm (remind): Update to 3.1.17.
|
|
* doc/guix.texi (G-Expressions): Add missing MKDIR call.
|
|
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): New variable.
|
|
This is a follow-up to commit 71ce0b52901e49002502d220551dad21c07a7fed.
* gnu/packages/pretty-print.scm (fmt-restinio): Remove variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-quasi-monochrome): New variable.
|
|
* gnu/packages/firmware.scm (seabios): Update to 1.13.0.
[native-inputs]: Change from PYTHON-2 to PYTHON-WRAPPER.
|