Age | Commit message (Collapse) | Author |
|
* gnu/packages/cran.scm (r-itsadug): Update to 2.4.1.
|
|
* gnu/packages/cran.scm (r-tinytex): Update to 0.40.
|
|
* gnu/packages/cran.scm (r-qap): Update to 0.1-2.
|
|
* gnu/packages/cran.scm (r-processx): Update to 3.6.1.
|
|
* gnu/packages/cran.scm (r-broom): Update to 1.0.0.
|
|
* gnu/packages/cran.scm (r-idr): Update to 1.3.
|
|
* gnu/packages/cran.scm (r-pkgload): Update to 1.3.0.
[propagated-inputs]: Remove r-rstudioapi; add r-fs and r-glue.
|
|
* gnu/packages/cran.scm (r-ps): Update to 1.7.1.
|
|
* gnu/packages/cran.scm (r-partykit): Update to 1.2-16.
|
|
* gnu/packages/cran.scm (r-reordercluster): Update to 2.0.
[propagated-inputs]: Add r-gtools.
|
|
* gnu/packages/cran.scm (r-ggpmisc): Update to 0.4.7.
|
|
* gnu/packages/bioconductor.scm (r-restfulr): Update to 0.0.15.
|
|
* gnu/package/ocaml.scm (ocaml-migrate-parsetree): Update to 2.4.0.
|
|
* gnu/packages/ocaml.scm (ocaml-lwt-react): Update to 1.2.0.
|
|
* gnu/packages/ocaml.scm (ocaml-lwt): Update to 5.6.1.
|
|
* gnu/packages/ocaml.scm (dune): Update to 3.3.1.
|
|
* gnu/packages/ocaml.scm (ocaml-camlp-streams): Update to 5.0.1.
|
|
* gnu/packages/ruby.scm (ruby-blather): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
|
|
* gnu/packages/ruby.scm (ruby-niceogiri): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
|
|
* gnu/packages/gtk.scm (gdk-pixbuf)[propagated-inputs]: Add hint to remove
libx11 on core-updates.
|
|
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>
|
|
* gnu/packages/messaging.scm (dino)[arguments]<#:tests?>: Drop.
<#:configure-flags>: Add “-DBUILD_TESTS=true”.
<#:phases>: Replace ‘check’ with manual invocations of the test binaries.
|
|
* gnu/packages/messaging.scm (dino)[arguments]: Convert to list of
G-Expressions.
[native-inputs, inputs]: Drop labels.
|
|
* gnu/packages/messaging.scm (kaidan): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/vpn.scm (bitmask)[version]: Update to 0.21.11.
[inputs]: Add qtsvg.
|
|
* gnu/packages/lisp-xyz.scm (sbcl-nhooks): Update to 1.1.1.
|
|
* gnu/packages/gnome.scm (gdm)[native-inputs]: Replace check-0.14 with check.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/networking.scm (iodine)[native-inputs]: Replace check-0.14 with
check.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/bioinformatics.scm (libsbml)[native-inputs]: Replace check-0.14
with check.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/enlightenment.scm (edi)[native-inputs]: Replace check-0.14 with
check.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/backup.scm (burp)[native-inputs]: Replace check-0.14 with
check.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/electronics.scm (libsigrokdecode)[native-inputs]: Replace
check-0.14 with check.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/databases.scm (recutils)[native-inputs]: Replace check-0.14
with check.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* 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”.
|
|
* gnu/packages/ibus.scm (ibus-anthy)[arguments]: Convert to list of
G-Expressions.
|
|
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.
|
|
* tests/graph.scm ("reverse bag DAG"): Adjust to latest OCaml changes by
looking at dune/ocaml-camomile/ocaml-utop.
|
|
Fixes <https://issues.guix.gnu.org/55499>.
Reported by Ricardo Wurmus <rekado@elephly.net>.
With this change, the manifest file created for:
guix install r r-seurat r-cistopic r-monocle3 r-cicero-monocle3 r-assertthat
goes from 5.7M to 176K. Likewise, on this profile, wall-clock time of:
GUIX_PROFILING=gc guix package -I
goes from 0.7s to 0.1s, with heap usage going from 55M to 9M.
* guix/profiles.scm (manifest->gexp)[optional]: New procedure.
[entry->gexp]: Turn into a monadic procedure. Return a 'repeated' sexp
if ENTRY was already visited before.
Adjust caller accordingly. Bump manifest version.
(sexp->manifest)[sexp->manifest-entry]: Turn into a monadic procedure.
Add case for 'repeated' nodes. Add each entry to the current state
vhash.
Add clause for version 4 manifests.
[sexp->manifest-entry/v3]: New procedure, with former
'sexp->manifest-entry' code.
* tests/profiles.scm ("deduplication of repeated entries"): New test.
* guix/build/profiles.scm (manifest-sexp->inputs+search-paths)[let-fields]:
New macro.
Use it. Expect version 4. Add clause for 'repeated' nodes.
|
|
* tests/profiles.scm ("collision of propagated inputs"): Check the
parents of ENTRY1 and ENTRY2.
|
|
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.
|
|
Fixes <https://issues.guix.gnu.org/56338>.
Starting from 53b9c27aa59bebf955f0aa24fef60a101480ef5c, 'guix refresh -u'
would stop upon the first failure to determine upstream releases. This
fixes that.
* guix/upstream.scm (package-update): Warn rather than update.
|
|
* gnu/packages/music.scm (luppp): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* gnu/packages/music.scm (fabla): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* 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>
|
|
* gnu/packages/audio.scm (faust-0.9.67): New variable.
|
|
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.202.
(linux-libre-5.4-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.127.
(linux-libre-5.10-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.51.
(linux-libre-5.15-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.18-version): Update to 5.18.8.
(linux-libre-5.18-pristine-source): Update hash.
|
|
* gnu/packages/dezyne.scm (dezyne)[source]: Update to 2.15.3.
|