summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: xsimd: Update to 8.1.0.Greg Hogan2022-06-26
| | | | | | * gnu/packages/cpp.scm (xsimd): Update to 8.1.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guile-8sync: Update to 0.4.2-0.183b4f0.Z5722022-06-26
| | | | | | | | | | | * gnu/packages/guile-xyz.scm (guile-8sync): Update to 0.4.2-0.183b4f0. [source]: use git source. [native-inputs]: replace guile-2.2 with guile-3.0. [description]: remove some tips. <#:phases>: remove it. <#:make-flags>: set GUILE_AUTO_COMPILE in it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add mle.Nikolay Korotkiy2022-06-26
| | | | | | * gnu/packages/text-editors.scm (mle): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: diffoscope: Update to 217.Tobias Geerinckx-Rice2022-06-19
| | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 217.
* gnu: emacs-tramp: Update to 2.5.2.5.Tobias Geerinckx-Rice2022-06-19
| | | | * gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.2.5.
* gnu: pgloader: Update to 3.6.4.Tobias Geerinckx-Rice2022-06-19
| | | | * gnu/packages/databases.scm (pgloader): Update to 3.6.4.
* gnu: filezilla: Update to 3.60.1.Tobias Geerinckx-Rice2022-06-19
| | | | * gnu/packages/ftp.scm (filezilla): Update to 3.60.1.
* gnu: libfilezilla: Update to 0.37.2.Tobias Geerinckx-Rice2022-06-19
| | | | * gnu/packages/ftp.scm (libfilezilla): Update to 0.37.2.
* gnu: p11-kit@0.24: Update to 0.24.1.Tobias Geerinckx-Rice2022-06-19
| | | | * gnu/packages/tls.scm (p11-kit-next): Update to 0.24.1.
* build-system/dub: Don't expect ‘.dub/dub.json’.(2022-06-19
| | | | | | | | | This file is no longer produced by our version of Dub. * guix/build/dub-build-system.scm (build, check): Remove obsolete substitutions. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* build-system/dub: Fix configure docstring indentation.(2022-06-19
| | | | | | * guix/build/dub-build-system.scm (configure): Reflow docstring. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* build-system/dub: Use the gold linker.(2022-06-19
| | | | | | | | | * guix/build-system/dub.scm (default-ld-gold-wrapper): New procedure. (lower): Add a LD-GOLD-WRAPPER to the keyword arguments, and to the resulting bag's… [build-inputs]: …build inputs. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* build-system/dub: Don't explicitly return #t from phases.(2022-06-19
| | | | | | | * guix/build/dub-build-system.scm (configure, build, check, install): Remove trailing #t. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: Add maven-doxia-core.Artyom V. Poptsov2022-06-25
| | | | | | * gnu/packages/maven.scm (maven-doxia-core): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: geo: Fix copyright line.Guillaume Le Vaillant2022-06-25
| | | | | | This is a follow-up to d4c8e8b62fb9ef59e203e97cbb9bfa9e83389199. * gnu/packages/geo.scm: Fix copyright line for Roman Scherer.
* gnu: qgis: Disable a failing test.Guillaume Le Vaillant2022-06-25
| | | | | * gnu/packages/geo.scm (qgis)[arguments]: Add "PyQgsRasterResampler" to the list of disabled tests.
* gnu: postgis: Fix build with gdal 3.5.0.Guillaume Le Vaillant2022-06-25
| | | | * gnu/packages/geo.scm (postgis)[inputs]: Add openssl.
* gnu: gdal: Update to 3.5.0.Roman Scherer2022-06-25
| | | | | | | | | * gnu/packages/geo.scm (gdal): Update to 3.5.0. [inputs]: Add curl and openssl. [arguments]: Remove 'fix-path' phase. Add "--without-jpeg12" to 'configure-flags'. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: packages: qbe: Update to 1.0.(2022-06-25
| | | | | | * gnu/packages/c.scm (qbe): Update to 1.0. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: dub: Use G-expressions.(2022-06-19
| | | | | | | * gnu/packages/dlang.scm (dub)[arguments]: Rewrite as G-expressions. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: dub: Update to 1.23.0.(2022-06-19
| | | | | | | | | | | | This also fixes Dub's build, which was previously failing because of how ancient it was. * gnu/packages/dlang.scm (dub): Update to 1.23.0. [arguments]: Set target CC & LD environment variables. Invoke build.d. Don't explicitly return #t from phases. [native-inputs]: Add d-tools and ld-gold-wrapper. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: d-tools: Update to 2.100.0.(2022-06-19
| | | | | | | | * gnu/packages/dlang.scm (d-tools): Update to 2.100.0. [arguments]: Adjust accordingly. Reinstate a custom 'check phase. Install the rdmd man page. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: d-tools: Don't use unstable tarball.(2022-06-19
| | | | | | | * gnu/packages/dlang.scm (d-tools)[source]: Use GIT-FETCH and GIT-FILE-NAME. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: d-tools: Use G-expressions.(2022-06-19
| | | | | | | * gnu/packages/dlang.scm (d-tools)[arguments]: Rewrite as G-expressions. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: d-tools: Fix build.(2022-06-19
| | | | | | | | * gnu/packages/dlang.scm (d-tools)[arguments]: Set target CC and LD environment variables. [native-inputs]: Add ld-gold-wrapper. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: rdmd: Rename to d-tools.(2022-06-19
| | | | | | | | * gnu/packages/dlang.scm (rdmd): Rename this… (d-tools): …to this. [home-page, synopsis, description]: Update accordingly. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: exim: Remove input labels.Tobias Geerinckx-Rice2022-06-19
| | | | | * gnu/packages/mail.scm (exim)[inputs]: Remove input labels.
* gnu: exim: Use G-expressions.Tobias Geerinckx-Rice2022-06-19
| | | | | | * gnu/packages/mail.scm (exim)[arguments]: Rewrite as G-expressions. Make some surface tweaks to reduce excessive indentation in places, but again the output is unchanged.
* gnu: exim: Don't address build inputs by their labels.Tobias Geerinckx-Rice2022-06-19
| | | | | | | The package's output remains identical. * gnu/packages/mail.scm (exim)[arguments]: Use SEARCH-INPUT-FILE or PATCH-SHEBANG in place of ASSOC-REF for all inputs.
* gnu: exim: Hide bogus CVE lint warning.Tobias Geerinckx-Rice2022-06-19
| | | | | * gnu/packages/mail.scm (exim)[properties]: Add lint-hidden-cve entry for CVE-2020-28017.
* gnu: exim: Update to 4.96.Tobias Geerinckx-Rice2022-06-19
| | | | | * gnu/packages/mail.scm (exim): Update to 4.96. [native-inputs]: Replace pcre:bin with pcre2.
* gnu: yt-dlp: Update to 2022.06.22.1.raingloom2022-06-25
| | | | | | * gnu/packages/video.scm (yt-dlp): Update to 2022.06.22.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Use license: prefix in (gnu packages samba).Guillaume Le Vaillant2022-06-25
| | | | | | | * gnu/packages/samba.scm: Import (guix licenses) with the "license:" prefix to solve the conflict between the 'openssl' variables from (guix licenses) and from (gnu packages tls). Adjust all license fields. (ppp)[inputs]: Simplify list of inputs.
* gnu: ppp: Update source url.Guillaume Le Vaillant2022-06-25
| | | | * gnu/packages/samba.scm (ppp)[source]: Use new url.
* gnu: ppp: Fix cross-compilation.Jean-Pierre De Jesus DIAZ2022-06-25
| | | | | | | * gnu/packages/samba.scm (ppp)[arguments]: Use G-Expressions. Remove unused substitution. Fix OpenSSL and libpcap include paths. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-nkeymaps.André A. Gomes2022-06-25
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-nkeymaps, cl-nkeymaps, ecl-nkeymaps): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add java-commons-text.Artyom V. Poptsov2022-06-25
| | | | | | * gnu/packages/java.scm (java-commons-text): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add apache-commons-parent-pom-51.Artyom V. Poptsov2022-06-25
| | | | | | | * gnu/packages/maven-parent-pom.scm (apache-commons-parent-pom-51): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* doc: Mention installation via distro packages.Ludovic Courtès2022-06-24
| | | | | * doc/guix.texi (Binary Installation): In quotation, mention Debian, Ubuntu, and openSUSE.
* services: configuration: Remove 'validate-configuration'.Ludovic Courtès2022-06-24
| | | | | | | | | | | | Now that configuration records use the 'sanitize' property for each field, 'validate-configuration' has become useless because it's impossible to construct an invalid configuration record. * gnu/services/configuration.scm (validate-configuration): Remove. * gnu/services/mail.scm (dovecot-service): Remove call. * gnu/services/vpn.scm (openvpn-client-service) (openvpn-server-service): Likewise. * doc/guix.texi (Complex Configurations): Remove documentation.
* services: configuration: Report the location of field type errors.Ludovic Courtès2022-06-24
| | | | | | | | | | | | | | | | | Previously field type errors would be reported in a non-standard way, and without any source location information. This fixes it. * gnu/services/configuration.scm (configuration-field-error): Add a 'loc' parameter and honor it. Use 'formatted-message' instead of plain 'format'. (define-configuration-helper)[field-sanitizer]: New procedure. Use it. Use STEM as the identifier of the syntactic constructor of the record type. Add a 'sanitize' property to each field. Remove now useless STEM macro that would call 'validate-configuration'. * gnu/services/mail.scm (serialize-listener-configuration): Adjust to new 'configuration-field-error' prototype. * tests/services/configuration.scm ("wrong type for a field"): New test. * po/guix/POTFILES.in: Add gnu/services/configuration.scm.
* gnu: Add python-asynckivy.Ryan Prior2022-06-24
| | | | | | * gnu/packages/python-xyz.scm (python-asynckivy): New symbol. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-asyncgui.Ryan Prior2022-06-24
| | | | | | * gnu/packages/python-xyz.scm (python-asyncgui): New symbol. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add azpainter.Tobias Kortkamp2022-06-24
| | | | | | * gnu/packages/graphics.scm (azpainter): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guile-json: Update to 4.7.1.Ludovic Courtès2022-06-24
| | | | * gnu/packages/guile.scm (guile-json-4): Update to 4.7.1.
* gnu: python-jedi: Fix tests.Ludovic Courtès2022-06-24
| | | | | * gnu/packages/python-xyz.scm (python-jedi)[source]: Add 'modules' and 'snippet'.
* doc: Fix formatting of notes in multiple sections.swedebugia2022-06-24
| | | | | | | | | * doc/guix.texi (Instantiating the system): Add suggestion to keep config.scm under version control. (Printing Services, Messaging Services) (Telephony Services, Invoking guix system): Use "@quotation Note" for notes. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-lpy: Update to 076ce9a.jgart2022-06-24
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-lpy): Update to 076ce9a. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: ibus-anthy: Fix build.Maxim Cournoyer2022-06-24
| | | | | | | This is in follow up to 39b118776bbbaed049f8bcafa27bde30d9d0b2f6. * gnu/packages/ibus.scm (ibus-anthy) [phases]{wrap-programs}: Add missing 'inputs' keyword.
* gnu: guix-build-coordinator Update to 0-54.07b0b61.Christopher Baines2022-06-24
| | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-54.07b0b61.