aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2021-05-06gnu: linux-libre: Update arm64 config to support Pinebook Pro.Vagrant Cascadian
* gnu/packages/aux-files/linux-libre/5.11-arm64.conf: Add configurations to support video, audio, USB-C and battery on Pinebook Pro.
2021-05-06gnu: Add pathname-utils.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-pathname-utils, ecl-pathname-utils, sbcl-pathname-utils): New variables.
2021-05-06gnu: python-hacking: Update to 4.1.0.Marius Bakke
* gnu/packages/openstack.scm (python-hacking): Update to 4.1.0.
2021-05-06gnu: python-hacking: Fix build failure.Marius Bakke
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.
2021-05-06gnu: python-flake8: Update to 3.9.1.Marius Bakke
* gnu/packages/python-xyz.scm (python-flake8): Update to 3.9.1.
2021-05-06gnu: python-flake8: Do not delete and recreate check phase.Marius Bakke
* gnu/packages/python-xyz.scm (python-flake8)[arguments]: Replace check phase instead of deleting. Remove trailing #t.
2021-05-06gnu: python-flake8: Do not use the 'bootstrap' pytest.Marius Bakke
* gnu/packages/python-xyz.scm (python-flake8)[native-inputs]: Change from PYTHON-PYTEST-BOOTSTRAP to PYTHON-PYTEST.
2021-05-06gnu: python-django@2.2: Update to 2.2.22.Marius Bakke
* gnu/packages/django.scm (python-django-2.2): Update to 2.2.22.
2021-05-06gnu: python-django: Update to 3.2.2.Marius Bakke
* gnu/packages/django.scm (python-django): Update to 3.2.2.
2021-05-06gnu: Remove python-pykka.Marius Bakke
This trivial package is severely outdated and has failed to build for a long time. * gnu/packages/python-xyz.scm (python-pykka): Remove variable.
2021-05-06gnu: python-dnspython: Update to 2.1.0.Marius Bakke
* gnu/packages/python-xyz.scm (python-dnspython): Update to 2.1.0.
2021-05-06gnu: gunicorn: Update to 2.1.0.Marius Bakke
* 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.
2021-05-06gnu: gunicorn: Remove unneeded runtime dependencies.Marius Bakke
* gnu/packages/python-web.scm (gunicorn)[arguments]: Override 'wrap' phase.
2021-05-06gnu: gunicorn: Respect '--without-tests'.Marius Bakke
* gnu/packages/python-web.scm (gunicorn)[arguments]: Only run tests when TESTS? is #true.
2021-05-06gnu: Add perl-bio-db-hts.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (perl-bio-db-hts): New variable.
2021-05-06gnu: taisei: Update to 1.3.2.Tobias Geerinckx-Rice
* gnu/packages/games.scm (taisei): Update to 1.3.2. [inputs]: Add cglm.
2021-05-06gnu: Add cglm.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (cglm): New public variable.
2021-05-06gnu: epson-inkjet-printer-escpr: Update to 1.7.10.Tobias Geerinckx-Rice
* gnu/packages/cups.scm (epson-inkjet-printer-escpr): Update to 1.7.10.
2021-05-06gnu: php: Update to 7.4.19.Tobias Geerinckx-Rice
* gnu/packages/php.scm (php): Update to 7.4.19.
2021-05-06gnu: telegram-purple: Note support status.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (telegram-purple)[description]: Set expectations.
2021-05-06gnu: telegram-purple: Update to 1.4.7.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (telegram-purple): Update to 1.4.7.
2021-05-06gnu: nginx: Fix cross-compilation.Tobias Geerinckx-Rice
* gnu/packages/web.scm (nginx)[arguments]: Use CC-FOR-TARGET.
2021-05-06gnu: nginx: Build http_xslt_module.Tobias Geerinckx-Rice
* 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.
2021-05-06gnu: nyxt: Update to 2-pre-release-7.Pierre Neidhardt
* 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.
2021-05-06gnu: sbcl-cl-webkit: Update to 20210504.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20210504.
2021-05-06gnu: translate-shell: Adjust to changes in emacs-build-system.Efraim Flashner
* 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.
2021-05-06services: dovecot: Add ‘managesieve-sieve-capability’ option.Alexey Abramov
* 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>
2021-05-06services: dovecot: Add ‘managesieve-notify-capability’ option.Alexey Abramov
* 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>
2021-05-06services: dovecot: Add ‘imap-metadata?’ protocol configuration option.Alexey Abramov
* 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>
2021-05-06services: dovecot: Add ‘mail-attribute-dict’ configuration option.Alexey Abramov
* 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>
2021-05-06gnu: knot-resolver: Update to 5.3.2.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot-resolver): Update to 5.3.2.
2021-05-06gnu: oath-toolkit: Build libpskc and pskctool.Simon Josefsson via Guix-patches via
* 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>
2021-05-06gnu: rasdaemon: Use correct @acronym command arity.Alexey Abramov via Guix-patches via
* 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>
2021-05-06gnu: filezilla: Update to 3.53.1.Tobias Geerinckx-Rice
* gnu/packages/ftp.scm (filezilla): Update to 3.53.1.
2021-05-06gnu: libfilezilla: Update to 0.28.0.Tobias Geerinckx-Rice
* gnu/packages/ftp.scm (libfilezilla): Update to 0.28.0. [native-inputs]: Add gcc-8.
2021-05-06gnu: mutt: Update to 2.0.7.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (mutt): Update to 2.0.7.
2021-05-06gnu: loksh: Update to 6.9.Tobias Geerinckx-Rice
* gnu/packages/shells.scm (loksh): Update to 6.9. [source]: Check out recursively. [build-systems]: Switch to Meson. [inputs]: Remove libbsd. [arguments]: Remove the old build system's #:make-flags and #:phases customisation.
2021-05-06gnu: msmtp: Don't TP Debian's house.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (msmtp)[arguments]: Fix comment typo.
2021-05-05gnu: python-django: Disable django-admin wrapper.Marius Bakke
* gnu/packages/django.scm (python-django)[arguments]: Delete 'wrap' phase. [native-inputs]: Move PYTHON-JINJA2 ... [propagated-inputs]: ... here. While at it, add a comment about which inputs are optional and adjust order accordingly.
2021-05-05gnu: python-django: Update to 3.2.1.Marius Bakke
* gnu/packages/django.scm (python-django): Update to 3.2.1.
2021-05-05gnu: python-django: Support '--without-tests'.Marius Bakke
* gnu/packages/django.scm (python-django)[arguments]: Test for TESTS? in the 'check' phase.
2021-05-05gnu: python-djangorestframework: Update to 3.12.4.Marius Bakke
* gnu/packages/django.scm (python-djangorestframework): Update to 3.12.4.
2021-05-05gnu: python-django-picklefield: Test with Django 2.2.Marius Bakke
* gnu/packages/django.scm (python-django-picklefield)[native-inputs]: Change from PYTHON-DJANGO to PYTHON-DJANGO-2.2.
2021-05-05gnu: python-django-debug-toolbar: Update to 3.2.1.Marius Bakke
* gnu/packages/django.scm (python-django-debug-toolbar): Update to 3.2.1.
2021-05-05gnu: python-sqlparse: Remove unnecessary runtime dependencies.Marius Bakke
* gnu/packages/databases.scm (python-sqlparse)[arguments]: Override 'wrap' phase.
2021-05-05gnu: python-cached-property: Update to 1.5.2.Marius Bakke
* gnu/packages/python-xyz.scm (python-cached-property): Update to 1.5.2.
2021-05-05gnu: python-netaddr: Update to 0.8.0.Marius Bakke
* gnu/packages/python-xyz.scm (python-netaddr): Update to 0.8.0.
2021-05-05gnu: python-asgiref: Update to 3.3.4.Marius Bakke
* gnu/packages/python-web.scm (python-asgiref): Update to 3.3.4.
2021-05-05gnu: python-bcrypt: Update to 3.2.0.Marius Bakke
* gnu/packages/python-crypto.scm (python-bcrypt): Update to 3.2.0.
2021-05-05gnu: python-django-auth-ldap: Update to 2.4.0.Marius Bakke
* gnu/packages/django.scm (python-django-auth-ldap): Update to 2.4.0.