aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* guix: inferior: Fix the behaviour of open-inferior #:error-port.fix-open-inferior-error-portChristopher Baines2022-06-25
| | | | | | | | | | | | This should be the error port used by the inferior process, but currently it's either stderr if #:error-port is a file port, or /dev/null otherwise. I'm looking at this as the Guix Data Service uses this behaviour to record and display logs from inferior processes. * guix/inferior.scm (open-bidirectional-pipe): Call dup2 for file descriptor 2, passing either the file number for the current error port, or a file descriptor for /dev/null.
* 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.
* gnu: nar-herder: Update to 0-9.5acfcc0.Christopher Baines2022-06-24
| | | | * gnu/packages/package-management.scm (nar-herder): Update to 0-9.5acfcc0.
* gnu: python-jedi: Fix build.Maxim Cournoyer2022-06-24
| | | | | | * gnu/packages/python-xyz.scm (python-jedi) [phases]{fix-completion-test}: New phase. {check}: Delete trailing #t.
* gnu: Add libcorrect.Guillaume Le Vaillant2022-06-24
| | | | * gnu/packages/radio.scm (libcorrect): New variable.
* gnu: Use license: prefix in (gnu packages search).Arun Isaac2022-06-24
| | | | | * gnu/packages/search.scm: Import (guix licenses) with the license: prefix. Adjust all license fields.
* gnu: xapian, python-xapian-bindings: Update to 1.4.19.Arun Isaac2022-06-24
| | | | * gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.19.
* gnu: nmon: Use the new TARGET-X86? test.Tobias Geerinckx-Rice2022-06-19
| | | | * gnu/packages/admin.scm (nmon)[arguments]: Use TARGET-X86?.
* tests: ldap: Increase VM memory size.Timotej Lazar2022-06-24
| | | | | | | | | 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>
* image: Add support for 32bit UEFI.Denis 'GNUtoo' Carikli2022-06-24
| | | | | | | | | | | | | | | | | * 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>
* utils: Define 'target-x86?' predicate.Denis 'GNUtoo' Carikli2022-06-24
| | | | | | * guix/utils.scm (target-x86?): New predicate. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* tests: docker: Relax marionette timeout.Maxim Cournoyer2022-06-24
| | | | | | | | 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.
* gnu: docker: Honor TESTS? and please guix lint.Maxim Cournoyer2022-06-23
| | | | | | * gnu/packages/docker.scm (docker)[phases]{patch-paths}: Split long lines. {check}: Honor TESTS?. [synopsis]: Do not start synopsis with package name.
* gnu: docker: Switch to gexp and new input style.Pierre Langlois2022-06-23
| | | | | | | | * 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>
* gnu: docker: Update to 20.10.17.Pierre Langlois2022-06-23
| | | | | | | | | | | | | | | | | | | * 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>
* gnu: docker: Fix mkfs.xfs reference.Pierre Langlois2022-06-23
| | | | | | | * 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>
* gnu: containerd: Switch to gexp arguments.Pierre Langlois2022-06-23
| | | | | | | | * 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>
* gnu: containerd: Update to 1.6.6.Pierre Langlois2022-06-23
| | | | | | | | | * 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>
* gnu: containerd: Fix patch-paths build phase.Pierre Langlois2022-06-23
| | | | | | | * 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>
* gnu: runc: Update to 1.1.1.Pierre Langlois2022-06-23
| | | | | | | * gnu/packages/virtualization.scm (runc): Update to 1.1.1. [native-inputs]: Use new style. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: ibus-anthy: Modernize.Maxim Cournoyer2022-06-23
| | | | | | | * gnu/packages/ibus.scm (ibus-anthy)[phases]: Delete trailing #t and adjust to use search-input-file and search-input-directory. [native-inputs]: Use new style. [inputs]: Likewise.
* gnu: Add python-pycotap.Julien Lepiller2022-06-23
| | | | | | | * gnu/packages/python-check.scm (python-pycotap): New variable. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: ibus-anthy: Update to 1.5.14Taiju HIGASHI2022-06-23
| | | | Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: janet: Update to 1.23.0.jgart2022-06-23
| | | | | | * gnu/packages/lisp.scm (janet): Update to 1.23.0. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* doc: Fix typo.Maxim Cournoyer2022-06-23
| | | | * doc/guix.texi (Networking Setup): Fix typo.
* gnu: Add emacs-straight-el.jgart2022-06-23
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-straight-el): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add casacore.Sharlatan Hellseher2022-06-23
| | | | | | | * gnu/packages/astronomy.scm (casacore): New variable. Modules sorted alphabetically to ease maintannce. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: hypre: Add missing dependencies on latex fonts.Ontje Lünsdorf2022-06-23
| | | | | | | * gnu/packages/maths.scm (hypre)[native-inputs]: Add TEXLIVE-COURIER and TEXLIVE-HELVETIC. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: litecli: Update to 1.9.0.jgart2022-06-23
| | | | | | * gnu/packages/databases.scm (litecli): Update to 1.9.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: polybar: Simply inputs.John Kehayias2022-06-23
| | | | | | * gnu/packages/wm.scm (polybar)[native-inputs]: Remove labels. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: polybar: Update to 3.6.3.John Kehayias2022-06-23
| | | | | | | | | | * gnu/packages/wm.scm (polybar): Update to 3.6.3. [phases]: Add patch-config-path for polybar to find its default configuration file in the store. [inputs]: Add libuv, required to build polybar. [native-inputs]: Remove python-2, no longer needed. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: direnv: Update to 2.32.1.Jose G Perez Taveras2022-06-23
| | | | | | * gnu/packages/shellutils.scm (direnv): Update to 2.32.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>