summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2022-07-02gnu: r-ps: Update to 1.7.1.Ricardo Wurmus
* gnu/packages/cran.scm (r-ps): Update to 1.7.1.
2022-07-02gnu: r-partykit: Update to 1.2-16.Ricardo Wurmus
* gnu/packages/cran.scm (r-partykit): Update to 1.2-16.
2022-07-02gnu: r-reordercluster: Update to 2.0.Ricardo Wurmus
* gnu/packages/cran.scm (r-reordercluster): Update to 2.0. [propagated-inputs]: Add r-gtools.
2022-07-02gnu: r-ggpmisc: Update to 0.4.7.Ricardo Wurmus
* gnu/packages/cran.scm (r-ggpmisc): Update to 0.4.7.
2022-07-02gnu: r-restfulr: Update to 0.0.15.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-restfulr): Update to 0.0.15.
2022-07-02gnu: ocaml-migrate-parsetree: Update to 2.4.0.Julien Lepiller
* gnu/package/ocaml.scm (ocaml-migrate-parsetree): Update to 2.4.0.
2022-07-02gnu: ocaml-lwt-react: Update to 1.2.0.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-lwt-react): Update to 1.2.0.
2022-07-02gnu: ocaml-lwt: Update to 5.6.1.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-lwt): Update to 5.6.1.
2022-07-02gnu: dune: Update to 3.3.1.Julien Lepiller
* gnu/packages/ocaml.scm (dune): Update to 3.3.1.
2022-07-02gnu: ocaml-camlp-streams: Update to 5.0.1.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-camlp-streams): Update to 5.0.1.
2022-07-02gnu: Add ruby-blather.Stephen Paul Weber
* gnu/packages/ruby.scm (ruby-blather): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-07-02gnu: Add ruby-niceogiri.Stephen Paul Weber
* gnu/packages/ruby.scm (ruby-niceogiri): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-07-02gnu: gdk-pixbuf: Add removal hint for libx11.Liliana Marie Prikler
* gnu/packages/gtk.scm (gdk-pixbuf)[propagated-inputs]: Add hint to remove libx11 on core-updates.
2022-07-02gnu: Add gdk-pixbuf-xlib.Tomasz Jeneralczyk
This was part of gtk-pixbuf before but was split into its own library in version 2.42.0: https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/tags/2.42.0 * gnu/packages/gtk.scm (gtk-pixbuf-xlib): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-07-02gnu: dino: Run tests.Liliana Marie Prikler
* gnu/packages/messaging.scm (dino)[arguments]<#:tests?>: Drop. <#:configure-flags>: Add “-DBUILD_TESTS=true”. <#:phases>: Replace ‘check’ with manual invocations of the test binaries.
2022-07-02gnu: dino: Use new package style.Liliana Marie Prikler
* gnu/packages/messaging.scm (dino)[arguments]: Convert to list of G-Expressions. [native-inputs, inputs]: Drop labels.
2022-07-02gnu: Add kaidan.Raghav Gururajan
* gnu/packages/messaging.scm (kaidan): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-07-02gnu: bitmask: Update to 0.21.11.Raghav Gururajan
* gnu/packages/vpn.scm (bitmask)[version]: Update to 0.21.11. [inputs]: Add qtsvg.
2022-07-02gnu: sbcl-nhooks: Update to 1.1.1.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-nhooks): Update to 1.1.1.
2022-07-02gnu: gdm: Use regular check.Thiago Jung Bauermann
* gnu/packages/gnome.scm (gdm)[native-inputs]: Replace check-0.14 with check. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-07-02gnu: iodine: Use regular check.Thiago Jung Bauermann
* gnu/packages/networking.scm (iodine)[native-inputs]: Replace check-0.14 with check. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-07-02gnu: libsbml: Use regular check.Thiago Jung Bauermann
* gnu/packages/bioinformatics.scm (libsbml)[native-inputs]: Replace check-0.14 with check. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-07-02gnu: edi: Use regular check.Thiago Jung Bauermann
* gnu/packages/enlightenment.scm (edi)[native-inputs]: Replace check-0.14 with check. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-07-02gnu: burp: Use regular check.Thiago Jung Bauermann
* gnu/packages/backup.scm (burp)[native-inputs]: Replace check-0.14 with check. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-07-02gnu: libsigrokdecode: Use regular check.Thiago Jung Bauermann
* gnu/packages/electronics.scm (libsigrokdecode)[native-inputs]: Replace check-0.14 with check. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-07-02gnu: recutils: Use regular check.Thiago Jung Bauermann
* gnu/packages/databases.scm (recutils)[native-inputs]: Replace check-0.14 with check. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-07-02gnu: curl: Skip failing test on x86-32.Liliana Marie Prikler
* gnu/packages/curl.scm (curl-7.84.0)[arguments]<#:phases>: When running on x86-32, add a phase to skip test 3026 “curl_global_init thread-safety”.
2022-07-02gnu: ibus-anthy: Modernize arguments.Liliana Marie Prikler
* gnu/packages/ibus.scm (ibus-anthy)[arguments]: Convert to list of G-Expressions.
2022-07-02gnu: ibus-anthy: Archaize wrapper.Liliana Marie Prikler
This is a follow-up to 39b118776bbbaed049f8bcafa27bde30d9d0b2f6, which applied the wrong modernization metaphors. For more information, see <https://issues.guix.gnu.org/52576#16>. * gnu/packages/ibus.scm (ibus-anthy)[#:phases]<wrap-programs>: Refer to outputs by assoc-ref.
2022-07-01services: openssh: Listen on IPv6 only when IPv6 is supported.Ludovic Courtès
Fixes <https://issues.guix.gnu.org/56327>. Reported by André Batista <nandre@riseup.net>. * gnu/services/ssh.scm (openssh-shepherd-service)[ipv6-support?]: New variable. Use it in 'start' method.
2022-07-01gnu: Add luppp.Sughosha
* gnu/packages/music.scm (luppp): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-07-01gnu: Add fabla.Sughosha
* gnu/packages/music.scm (fabla): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-07-01gnu: sorcer: Update to 1.1.3-1.cc7f6f5.Sughosha
* gnu/packages/music.scm (sorcer): Update to 1.1.3-1.cc7f6f5. [source]: Fetch with git; remove generated C++ file. [native-inputs]: Replace faust with faust-0.9.67. This update fixes the building of the package. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-07-01gnu: Add faust-0.9.67.Ricardo Wurmus
* gnu/packages/audio.scm (faust-0.9.67): New variable.
2022-07-01gnu: linux-libre 5.4: Update to 5.4.202.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.202. (linux-libre-5.4-pristine-source): Update hash.
2022-07-01gnu: linux-libre 5.10: Update to 5.10.127.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.127. (linux-libre-5.10-pristine-source): Update hash.
2022-07-01gnu: linux-libre 5.15: Update to 5.15.51.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.51. (linux-libre-5.15-pristine-source): Update hash.
2022-07-01gnu: linux-libre: Update to 5.18.8.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.18-version): Update to 5.18.8. (linux-libre-5.18-pristine-source): Update hash.
2022-07-01gnu: dezyne: Update to 2.15.3.Jan (janneke) Nieuwenhuizen
* gnu/packages/dezyne.scm (dezyne)[source]: Update to 2.15.3.
2022-07-01gnu: mcrl2: Update to 202206.0.Jan (janneke) Nieuwenhuizen
* gnu/packages/patches/mcrl2-fix-1687.patch, gnu/packages/patches/mcrl2-fix-counterexample.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/maths.scm (mcrl2): Update to 202206.0 and use them.
2022-07-01gnu: Add python-ikarus.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (python-ikarus): New variable.
2022-07-01image: Add sanitizers for 'format' and 'partition-table-type'.Ludovic Courtès
This allows common mistakes to be diagnosed early. * gnu/image.scm (define-set-sanitizer): New macro. (validate-image-format, validate-partition-table-type): New sanitizers. (<image>)[format, partition-table-type]: Add 'sanitize' property.
2022-07-01image: Raise an error when an image lacks a bootable partition.Ludovic Courtès
* gnu/system/image.scm (find-root-partition): Raise an error when 'find' returns #f.
2022-07-01image: Avoid use of the deprecated 'gpt' option of genimage.Ludovic Courtès
* gnu/system/image.scm (system-disk-image)[genimage-type-options]: Use 'partition-table-type' instead of the deprecated 'gpt' option.
2022-07-01image: Add default value for partition initializer.Ludovic Courtès
Previously, the default value would lead to a wrong-type-to-apply crash. * gnu/system/image.scm (system-disk-image)[image-builder]: When 'partition-initializer' returns #f, fall back to INITIALIZE-ROOT-PARTITION. * gnu/tests/base.scm (run-root-unmount-test)[test-image]: Remove 'initializer' field of partition. * gnu/image.scm (<partition>)[initializer]: Add comment.
2022-07-01image: 'system-image' throws when given an incorrect image format.Ludovic Courtès
Previously 'system-image' would return *unspecified* in that case, leading to a wrong-type-arg error crash down the road. * gnu/system/image.scm (system-image): Add 'else' clause.
2022-07-01services: root-file-system: Cleanly unmount upon shutdown.Ludovic Courtès
Fixes <https://issues.guix.gnu.org/56209>. Reported by angry rectangle <angryrectangle@cock.li>. * gnu/packages/admin.scm (shepherd-0.9)[modules, snippet]: New fields. * gnu/services/base.scm (%root-file-system-shepherd-service): In 'stop' method, remove 'call-with-blocked-asyncs'. When 'mount' throws to 'system-error, call (@ (fibers) sleep) and try again. * gnu/tests/base.scm (run-root-unmount-test): New procedure. (%test-root-unmount): New variable.
2022-07-01file-systems: Add 'cleanly-unmounted-ext2?'.Ludovic Courtès
* gnu/build/file-systems.scm (ext2-superblock-cleanly-unmounted?) (cleanly-unmounted-ext2?): New procedures.
2022-07-01gnu: texlive-fmtcount: Add proper 'license' value.Ludovic Courtès
This is a followup to df5e07c16d2d4e72423f0e8c6b5b53c7020bc77a. * gnu/packages/tex.scm (texlive-fmtcount)[license]: New field.
2022-07-01services: nginx: Add support for extra content in upstream blocks.Christopher Baines
I'm looking at this as I'd like to use the keepalive functionality. * gnu/services/web.scm (nginx-upstream-configuration-extra-content): New procedure. (emit-nginx-upstream-config): Include the extra-content if applicable. * doc/guix.texi (NGINX): Document this.