Age | Commit message (Collapse) | Author |
|
* gnu/packages/web.scm (perl-cgi): Update to 4.52.
|
|
* gnu/packages/fonts.scm (font-liberation): Update to 2.1.4.
|
|
* gnu/packages/conky.scm (conky)[arguments]: Add "-DBUILD_WLAN=ON"
to #:configure-flags.
[inputs]: Add wireless-tools.
|
|
There were always tests.
* gnu/packages/conky.scm (conky)[arguments]: Build and run tests.
|
|
* gnu/packages/conky.scm (conky): Update to 1.12.2.
|
|
* gnu/packages/calendar.scm (remind)[outputs]: Add "tcl".
[arguments]: Add a new 'split-:tcl phase.
[inputs]: Add inetutils, tcl, tcllib, and tk.
|
|
‘No "check" target’ != ‘no tests’.
* gnu/packages/calendar.scm (remind)[arguments]: Run tests.
|
|
* gnu/packages/calendar.scm (remind): Update to 3.3.6.
|
|
* gnu/packages/aspell.scm (aspell-dict-en): Update to 2020.12.07-0.
|
|
* gnu/packages/linux.scm (mcelog): Update to 176.
Fix a typo whilst we're here.
|
|
* gnu/packages/linux.scm (lsscsi): Update to 0.32.
|
|
* gnu/packages/lisp.scm (txr): Update to 258.
|
|
* gnu/packages/shells.scm (fish): Update to 3.2.2.
[source]: Adjust to PCRE subdirectory move.
[native-inputs]: Add procps.
[arguments]: Adjust 'patch-tests phase to new failures.
|
|
* gnu/packages/sml.scm (polyml): Update to 5.8.2.
|
|
* gnu/packages/games.scm (tintin++): Update to 2.02.11.
|
|
* gnu/packages/aux-files/linux-libre/5.11-arm64.conf: Add
configurations to support video, audio, USB-C and battery on
Pinebook Pro.
|
|
* gnu/packages/lisp-xyz.scm (cl-pathname-utils, ecl-pathname-utils,
sbcl-pathname-utils): New variables.
|
|
* gnu/packages/openstack.scm (python-hacking): Update to 4.1.0.
|
|
This follows up on 9095fccd0ea7789d5b87e5d1948d875d2029f7da, et.al.
* gnu/packages/python-xyz.scm (python-pycodestyle-2.6, python-pyflakes-2.2,
python-flake8-3.8): New variables.
* gnu/packages/openstack.scm (python-hacking)[propagated-inputs]: Change from
PYTHON-FLAKE8 to PYTHON-FLAKE8-3.8.
|
|
* gnu/packages/python-xyz.scm (python-flake8): Update to 3.9.1.
|
|
* gnu/packages/python-xyz.scm (python-flake8)[arguments]: Replace check phase
instead of deleting. Remove trailing #t.
|
|
* gnu/packages/python-xyz.scm (python-flake8)[native-inputs]: Change from
PYTHON-PYTEST-BOOTSTRAP to PYTHON-PYTEST.
|
|
* gnu/packages/django.scm (python-django-2.2): Update to 2.2.22.
|
|
* gnu/packages/django.scm (python-django): Update to 3.2.2.
|
|
This trivial package is severely outdated and has failed to build for a long time.
* gnu/packages/python-xyz.scm (python-pykka): Remove variable.
|
|
* gnu/packages/python-xyz.scm (python-dnspython): Update to 2.1.0.
|
|
* gnu/packages/python-web.scm (gunicorn): Update to 2.1.0.
[arguments]: Ignore one test that cannot run in the build container.
[native-inputs]: Add PYTHON-GEVENT.
|
|
* gnu/packages/python-web.scm (gunicorn)[arguments]: Override 'wrap' phase.
|
|
* gnu/packages/python-web.scm (gunicorn)[arguments]: Only run tests when
TESTS? is #true.
|
|
* gnu/packages/bioinformatics.scm (perl-bio-db-hts): New variable.
|
|
* gnu/packages/games.scm (taisei): Update to 1.3.2.
[inputs]: Add cglm.
|
|
* gnu/packages/maths.scm (cglm): New public variable.
|
|
* gnu/packages/cups.scm (epson-inkjet-printer-escpr): Update to 1.7.10.
|
|
* gnu/packages/php.scm (php): Update to 7.4.19.
|
|
* gnu/packages/messaging.scm (telegram-purple)[description]: Set expectations.
|
|
* gnu/packages/messaging.scm (telegram-purple): Update to 1.4.7.
|
|
* gnu/packages/web.scm (nginx)[arguments]: Use CC-FOR-TARGET.
|
|
* gnu/packages/web.scm (nginx)[inputs]: Add libxml2 and libxslt.
[arguments]: Add "--with-http_xslt_module" to the configure flags.
Set up CFLAGS to find libxml2 headers.
|
|
* gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-7.
[arguments]: Set GI_TYPELIB_PATH to the value in the build environment, not
just gsettings-desktop-schemas since we also need the typelibs of GTK, Pango,
etc.
[inputs]: Add sbcl-cl-gobject-introspection, gtk+, webkitgtk,
gobjectintrospection. There are all needed for the new GI-based renderer.
|
|
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20210504.
|
|
* gnu/packages/dictionaries.scm (translate-shell)[arguments]: Replace
custom 'emacs-install phase with the 'install phase from the
emacs-build-system. Also add 'emacs-make-autoload and
'emacs-autoloads-completion phases from the emacs-build-system. Adjust
modules and imported modules accordingly.
|
|
* gnu/services/mail.scm (protocol-configuration): Add a
‘managesieve-sieve-capability’ field.
* doc/guix.texi (Mail Services): Document it.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/services/mail.scm (protocol-configuration): Add a
‘managesieve-notify-capability’ field.
* doc/guix.texi (Mail Services): Document it.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/services/mail.scm (protocol-configuration): Add an ‘imap-metadata?’
setting to enable IMAP METADATA support in the ‘imap’ protocol.
* doc/guix.texi (Mail Services): Document it.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/services/mail.scm (dovecot-configuration): Define a
‘mail-attribute-dict’ directive for IMAP METADATA storage.
* doc/guix.texi (Mail Services): Document it.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/dns.scm (knot-resolver): Update to 5.3.2.
|
|
* gnu/packages/authentication.scm (oath-toolkit)[arguments]:
Add "--enable-pskc" and "--with-xmlsec-crypto-engine=openssl"
to #:configure-flags.
[native-inputs]: Add libltdl.
[inputs]: Add openssl and xmlsec-openssl.
[description]: Document the two new features.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/linux.scm (rasdaemon)[description]: Use @acronym with
1 comma only (@comma is not yet supported).
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/ftp.scm (filezilla): Update to 3.53.1.
|
|
* gnu/packages/ftp.scm (libfilezilla): Update to 0.28.0.
[native-inputs]: Add gcc-8.
|