Tobias Geerinckx-Rice
58bf98ad12
gnu: filezilla: Update to 3.60.1.
...
* gnu/packages/ftp.scm (filezilla): Update to 3.60.1.
2022-06-19 02:00:00 +02:00
Tobias Geerinckx-Rice
103df45264
gnu: libfilezilla: Update to 0.37.2.
...
* gnu/packages/ftp.scm (libfilezilla): Update to 0.37.2.
2022-06-19 02:00:00 +02:00
Tobias Geerinckx-Rice
12fd5a8608
gnu: p11-kit@0.24: Update to 0.24.1.
...
* gnu/packages/tls.scm (p11-kit-next): Update to 0.24.1.
2022-06-19 02:00:00 +02:00
(
30edb241a9
build-system/dub: Don't expect ‘.dub/dub.json’.
...
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>
2022-06-19 02:00:00 +02:00
(
ba95bbbac5
build-system/dub: Fix configure docstring indentation.
...
* guix/build/dub-build-system.scm (configure): Reflow docstring.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-06-19 02:00:00 +02:00
(
c67ea330d4
build-system/dub: Use the gold linker.
...
* 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>
2022-06-19 02:00:00 +02:00
(
c539a13050
build-system/dub: Don't explicitly return #t from phases.
...
* guix/build/dub-build-system.scm (configure, build, check, install):
Remove trailing #t.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-06-19 02:00:00 +02:00
Artyom V. Poptsov
d039f9dc15
gnu: Add maven-doxia-core.
...
* gnu/packages/maven.scm (maven-doxia-core): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-06-25 22:19:31 +02:00
Guillaume Le Vaillant
8a697e5c25
gnu: geo: Fix copyright line.
...
This is a follow-up to d4c8e8b62f
.
* gnu/packages/geo.scm: Fix copyright line for Roman Scherer.
2022-06-25 21:20:59 +02:00
Guillaume Le Vaillant
afc744496e
gnu: qgis: Disable a failing test.
...
* gnu/packages/geo.scm (qgis)[arguments]: Add "PyQgsRasterResampler" to the
list of disabled tests.
2022-06-25 21:15:54 +02:00
Guillaume Le Vaillant
f853f0757b
gnu: postgis: Fix build with gdal 3.5.0.
...
* gnu/packages/geo.scm (postgis)[inputs]: Add openssl.
2022-06-25 21:15:54 +02:00
Roman Scherer
d4c8e8b62f
gnu: gdal: Update to 3.5.0.
...
* 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>
2022-06-25 21:15:54 +02:00
(
0de4318bb1
gnu: packages: qbe: Update to 1.0.
...
* gnu/packages/c.scm (qbe): Update to 1.0.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-06-25 20:19:16 +02:00
(
4c63796545
gnu: dub: Use G-expressions.
...
* gnu/packages/dlang.scm (dub)[arguments]:
Rewrite as G-expressions.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-06-19 02:00:30 +02:00
(
b438836833
gnu: dub: Update to 1.23.0.
...
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>
2022-06-19 02:00:00 +02:00
(
f3c5074373
gnu: d-tools: Update to 2.100.0.
...
* 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>
2022-06-19 02:00:01 +02:00
(
30afa097a5
gnu: d-tools: Don't use unstable tarball.
...
* gnu/packages/dlang.scm (d-tools)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-06-19 02:00:00 +02:00
(
22e289a67a
gnu: d-tools: Use G-expressions.
...
* gnu/packages/dlang.scm (d-tools)[arguments]:
Rewrite as G-expressions.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-06-19 02:00:00 +02:00
(
5f5a78872e
gnu: d-tools: Fix build.
...
* 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>
2022-06-19 02:00:00 +02:00
(
dc8c869724
gnu: rdmd: Rename to d-tools.
...
* 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>
2022-06-19 02:00:00 +02:00
Tobias Geerinckx-Rice
a47c9463d0
gnu: exim: Remove input labels.
...
* gnu/packages/mail.scm (exim)[inputs]:
Remove input labels.
2022-06-19 02:00:00 +02:00
Tobias Geerinckx-Rice
f454e0fcaa
gnu: exim: Use G-expressions.
...
* 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.
2022-06-19 02:00:00 +02:00
Tobias Geerinckx-Rice
41bc69886a
gnu: exim: Don't address build inputs by their labels.
...
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.
2022-06-19 02:00:00 +02:00
Tobias Geerinckx-Rice
b1cb621063
gnu: exim: Hide bogus CVE lint warning.
...
* gnu/packages/mail.scm (exim)[properties]: Add lint-hidden-cve entry
for CVE-2020-28017.
2022-06-19 02:00:00 +02:00
Tobias Geerinckx-Rice
35d7fd4cde
gnu: exim: Update to 4.96.
...
* gnu/packages/mail.scm (exim): Update to 4.96.
[native-inputs]: Replace pcre:bin with pcre2.
2022-06-19 02:00:00 +02:00
raingloom
4772c03ffe
gnu: yt-dlp: Update to 2022.06.22.1.
...
* gnu/packages/video.scm (yt-dlp): Update to 2022.06.22.1.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-06-25 18:40:18 +02:00
Guillaume Le Vaillant
f65ac6556d
gnu: Use license: prefix in (gnu packages samba).
...
* 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.
2022-06-25 18:20:28 +02:00
Guillaume Le Vaillant
2383144417
gnu: ppp: Update source url.
...
* gnu/packages/samba.scm (ppp)[source]: Use new url.
2022-06-25 18:12:31 +02:00
Jean-Pierre De Jesus DIAZ
aae46e30d9
gnu: ppp: Fix cross-compilation.
...
* 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>
2022-06-25 17:55:49 +02:00
André A. Gomes
8a35479f26
gnu: Add cl-nkeymaps.
...
* gnu/packages/lisp-xyz.scm (sbcl-nkeymaps, cl-nkeymaps, ecl-nkeymaps): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-06-25 11:48:47 +02:00
Artyom V. Poptsov
583537f2d6
gnu: Add java-commons-text.
...
* gnu/packages/java.scm (java-commons-text): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-06-25 11:01:39 +02:00
Artyom V. Poptsov
2f8929482a
gnu: Add apache-commons-parent-pom-51.
...
* gnu/packages/maven-parent-pom.scm (apache-commons-parent-pom-51): New
variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-06-25 11:01:22 +02:00
Ludovic Courtès
dc16ac2d8b
doc: Mention installation via distro packages.
...
* doc/guix.texi (Binary Installation): In quotation, mention Debian,
Ubuntu, and openSUSE.
2022-06-24 23:18:21 +02:00
Ludovic Courtès
6505f727e1
services: configuration: Remove 'validate-configuration'.
...
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.
2022-06-24 23:18:21 +02:00
Ludovic Courtès
fb7e6ccba7
services: configuration: Report the location of field type errors.
...
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.
2022-06-24 23:18:20 +02:00
Ryan Prior
43137d058f
gnu: Add python-asynckivy.
...
* gnu/packages/python-xyz.scm (python-asynckivy): New symbol.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-24 23:18:20 +02:00
Ryan Prior
2d8c68c590
gnu: Add python-asyncgui.
...
* gnu/packages/python-xyz.scm (python-asyncgui): New symbol.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-24 23:18:20 +02:00
Tobias Kortkamp
4a72180585
gnu: Add azpainter.
...
* gnu/packages/graphics.scm (azpainter): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-24 23:18:20 +02:00
Ludovic Courtès
005763301f
gnu: guile-json: Update to 4.7.1.
...
* gnu/packages/guile.scm (guile-json-4): Update to 4.7.1.
2022-06-24 23:18:20 +02:00
Ludovic Courtès
fdf9aaec02
gnu: python-jedi: Fix tests.
...
* gnu/packages/python-xyz.scm (python-jedi)[source]: Add 'modules' and
'snippet'.
2022-06-24 23:18:19 +02:00
swedebugia
3e7b6dd149
doc: Fix formatting of notes in multiple sections.
...
* 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>
2022-06-24 23:18:19 +02:00
jgart
a43c3b1818
gnu: emacs-lpy: Update to 076ce9a.
...
* gnu/packages/emacs-xyz.scm (emacs-lpy): Update to 076ce9a.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-06-24 11:35:43 -04:00
Maxim Cournoyer
89db6e7ec7
gnu: ibus-anthy: Fix build.
...
This is in follow up to 39b118776b
.
* gnu/packages/ibus.scm (ibus-anthy)
[phases]{wrap-programs}: Add missing 'inputs' keyword.
2022-06-24 10:00:13 -04:00
Christopher Baines
0865b32dee
gnu: guix-build-coordinator Update to 0-54.07b0b61.
...
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-54.07b0b61.
2022-06-24 14:50:32 +01:00
Christopher Baines
3ea8ba0274
gnu: nar-herder: Update to 0-9.5acfcc0.
...
* gnu/packages/package-management.scm (nar-herder): Update to 0-9.5acfcc0.
2022-06-24 14:50:03 +01:00
Maxim Cournoyer
0c6960c17a
gnu: python-jedi: Fix build.
...
* gnu/packages/python-xyz.scm (python-jedi)
[phases]{fix-completion-test}: New phase.
{check}: Delete trailing #t.
2022-06-24 09:30:22 -04:00
Guillaume Le Vaillant
cc7a3055aa
gnu: Add libcorrect.
...
* gnu/packages/radio.scm (libcorrect): New variable.
2022-06-24 14:55:37 +02:00
Arun Isaac
979203dc04
gnu: Use license: prefix in (gnu packages search).
...
* gnu/packages/search.scm: Import (guix licenses) with the license:
prefix. Adjust all license fields.
2022-06-24 18:14:51 +05:30
Arun Isaac
034739eb8e
gnu: xapian, python-xapian-bindings: Update to 1.4.19.
...
* gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.19.
2022-06-24 17:48:33 +05:30
Tobias Geerinckx-Rice
882cbfa074
gnu: nmon: Use the new TARGET-X86? test.
...
* gnu/packages/admin.scm (nmon)[arguments]: Use TARGET-X86?.
2022-06-19 02:00:00 +02:00