summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* gnu: geo: Fix copyright line.•••This is a follow-up to d4c8e8b62fb9ef59e203e97cbb9bfa9e83389199. * gnu/packages/geo.scm: Fix copyright line for Roman Scherer. Guillaume Le Vaillant2022-06-251-1/+1
* gnu: qgis: Disable a failing test.•••* gnu/packages/geo.scm (qgis)[arguments]: Add "PyQgsRasterResampler" to the list of disabled tests. Guillaume Le Vaillant2022-06-251-0/+1
* gnu: postgis: Fix build with gdal 3.5.0.•••* gnu/packages/geo.scm (postgis)[inputs]: Add openssl. Guillaume Le Vaillant2022-06-251-0/+1
* 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> Roman Scherer2022-06-251-22/+21
* 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-251-37/+31
* 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-191-14/+14
* 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-191-6/+11
* 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-191-7/+18
* 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-191-7/+9
* 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-191-15/+14
* 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-191-2/+7
* 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-191-9/+8
* gnu: exim: Remove input labels.•••* gnu/packages/mail.scm (exim)[inputs]: Remove input labels. Tobias Geerinckx-Rice2022-06-191-12/+12
* 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. Tobias Geerinckx-Rice2022-06-191-60/+63
* 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. Tobias Geerinckx-Rice2022-06-191-14/+9
* gnu: exim: Hide bogus CVE lint warning.•••* gnu/packages/mail.scm (exim)[properties]: Add lint-hidden-cve entry for CVE-2020-28017. Tobias Geerinckx-Rice2022-06-191-0/+1
* gnu: exim: Update to 4.96.•••* gnu/packages/mail.scm (exim): Update to 4.96. [native-inputs]: Replace pcre:bin with pcre2. Tobias Geerinckx-Rice2022-06-191-3/+3
* 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> raingloom2022-06-251-2/+2
* 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. Guillaume Le Vaillant2022-06-251-11/+13
* gnu: ppp: Update source url.•••* gnu/packages/samba.scm (ppp)[source]: Use new url. Guillaume Le Vaillant2022-06-251-1/+1
* 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> Jean-Pierre De Jesus DIAZ2022-06-251-17/+17
* 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> André A. Gomes2022-06-251-0/+75
* gnu: Add java-commons-text.•••* gnu/packages/java.scm (java-commons-text): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Artyom V. Poptsov2022-06-251-0/+34
* 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> Artyom V. Poptsov2022-06-251-0/+5
* 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. Ludovic Courtès2022-06-243-15/+0
* 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. Ludovic Courtès2022-06-242-13/+44
* gnu: Add python-asynckivy.•••* gnu/packages/python-xyz.scm (python-asynckivy): New symbol. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ryan Prior2022-06-241-0/+27
* gnu: Add python-asyncgui.•••* gnu/packages/python-xyz.scm (python-asyncgui): New symbol. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ryan Prior2022-06-241-0/+17
* gnu: Add azpainter.•••* gnu/packages/graphics.scm (azpainter): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Tobias Kortkamp2022-06-241-0/+66
* gnu: guile-json: Update to 4.7.1.•••* gnu/packages/guile.scm (guile-json-4): Update to 4.7.1. Ludovic Courtès2022-06-241-2/+2
* gnu: python-jedi: Fix tests.•••* gnu/packages/python-xyz.scm (python-jedi)[source]: Add 'modules' and 'snippet'. Ludovic Courtès2022-06-241-1/+8
* 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> jgart2022-06-241-3/+4
* gnu: ibus-anthy: Fix build.•••This is in follow up to 39b118776bbbaed049f8bcafa27bde30d9d0b2f6. * gnu/packages/ibus.scm (ibus-anthy) [phases]{wrap-programs}: Add missing 'inputs' keyword. Maxim Cournoyer2022-06-241-1/+1
* gnu: guix-build-coordinator Update to 0-54.07b0b61.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-54.07b0b61. Christopher Baines2022-06-241-3/+3
* gnu: nar-herder: Update to 0-9.5acfcc0.•••* gnu/packages/package-management.scm (nar-herder): Update to 0-9.5acfcc0. Christopher Baines2022-06-241-3/+3
* gnu: python-jedi: Fix build.•••* gnu/packages/python-xyz.scm (python-jedi) [phases]{fix-completion-test}: New phase. {check}: Delete trailing #t. Maxim Cournoyer2022-06-241-2/+9
* gnu: Add libcorrect.•••* gnu/packages/radio.scm (libcorrect): New variable. Guillaume Le Vaillant2022-06-241-0/+36
* gnu: Use license: prefix in (gnu packages search).•••* gnu/packages/search.scm: Import (guix licenses) with the license: prefix. Adjust all license fields. Arun Isaac2022-06-241-17/+16
* gnu: xapian, python-xapian-bindings: Update to 1.4.19.•••* gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.19. Arun Isaac2022-06-241-3/+4
* gnu: nmon: Use the new TARGET-X86? test.•••* gnu/packages/admin.scm (nmon)[arguments]: Use TARGET-X86?. Tobias Geerinckx-Rice2022-06-191-2/+1
* tests: ldap: Increase VM memory size.•••With the default limit of 512 MB the test sometimes fails, in different ways. Fixes https://issues.guix.gnu.org/55206. * gnu/tests/ldap.scm (run-ldap-test): Increase memory size to 1024 MiB. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Timotej Lazar2022-06-241-1/+3
* image: Add support for 32bit UEFI.•••* gnu/bootloader/grub.scm (grub-efi32-bootloader): New variable. (install-grub-efi32): New variable. * gnu/build/bootloader.scm (install-efi): Add a 'targets' keyword argument. (install-efi-loader): Likewise. * gnu/build/image.scm (initialize-efi32-partition): New procedure. * gnu/packages/bootloaders.scm (grub-efi32): New variable. * gnu/system/image.scm (esp32-partition): New variable (efi32-disk-image): New variable. (efi32-raw-image-type): New variable. (system-disk-image)[partition-image]: Set '#:grub-efi32' when calling the partition initializer. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Denis 'GNUtoo' Carikli2022-06-245-13/+102
* tests: docker: Relax marionette timeout.•••The tests would otherwise fail on an old desktop. * gnu/tests/docker.scm (run-docker-test) <make-marionette>: Specify a timeout of 60 s. (run-docker-system-test) <make-marionette>: Likewise. Maxim Cournoyer2022-06-241-2/+4
* gnu: docker: Honor TESTS? and please guix lint.•••* gnu/packages/docker.scm (docker)[phases]{patch-paths}: Split long lines. {check}: Honor TESTS?. [synopsis]: Do not start synopsis with package name. Maxim Cournoyer2022-06-231-16/+19
* gnu: docker: Switch to gexp and new input style.•••* gnu/packages/docker.scm (docker)[arguments]: Rewrite as gexps. Switch to using search-input-file. [inputs]: Use new style inputs. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Pierre Langlois2022-06-231-242/+241
* gnu: docker: Update to 20.10.17.•••* gnu/packages/docker.scm (%docker-version): Update to 20.10.17. (docker-libnetwork)[source]: Update commit according to vendor.conf. Reset revision to 1. Simplify snippet. (docker)[origin]: Remove docker-fix-tests.patch. [arguments]: Adapt 'patch-paths phase, substitute "ip6tables" and buildkit-qemu. Remove trailing #t. [native-inputs]: Replace go-1.14 by go. (docker-cli)[source]: Update hash. [arguments]: Set GO_LINKMODE to "dynamic". Remove trailing #t. [phases]{check}: Replace 'if' with 'when'. * gnu/packages/networking.scm (go-sctp): Update commit according to docker-libnetwork's vendor.conf. * gnu/packages/patches/docker-fix-tests.patch: Delete. * gnu/local.mk (dist_patch_DATA): Remove patch. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Pierre Langlois2022-06-234-88/+43
* gnu: docker: Fix mkfs.xfs reference.•••* gnu/packages/docker.scm (docker)[arguments]: Refer to sbin/mkfs.xfs instead of bin/mkfs.xfs. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Pierre Langlois2022-06-231-1/+1
* gnu: containerd: Switch to gexp arguments.•••* gnu/packages/docker.scm (containerd)[arguments]: Rewrite as gexps. Pass all flags via make-flags variable. Switch to using search-input-file. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Pierre Langlois2022-06-231-46/+49
* gnu: containerd: Update to 1.6.6.•••* gnu/packages/docker.scm (containerd): Update to 1.6.6. [arguments]: Substitute runc binary for "pkg/cri/config/config_unix.go". Set PREFIX to empty string, as the install directory is $DESTDIR/$PREFIX. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Pierre Langlois2022-06-231-4/+9
* gnu: containerd: Fix patch-paths build phase.•••* gnu/packages/docker.scm (containerd)[arguments]: Add 'patch-paths phases after 'unpack because 'chdir doesn't exist. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Pierre Langlois2022-06-231-1/+2