nerator' content='cgit v1.2.3'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/cuirass.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-01-27 19:28:55 +0000
committerChristopher Baines <mail@cbaines.net>2019-02-14 21:37:58 +0000
commite2c9a9ccb747c051246cdf4af0bde277ff655fc6 (patch)
tree11a35589c0360d42b134db7a17cfac73befb2758 /gnu/services/cuirass.scm
parent88a105c10762fb5454f96a7f19274bfc96222fb5 (diff)
downloadguix-e2c9a9ccb747c051246cdf4af0bde277ff655fc6.tar.gz
guix-e2c9a9ccb747c051246cdf4af0bde277ff655fc6.zip
gnu: Add ruby-minitest-reporters.
Required for ruby-public-suffix tests. * gnu/packages/ruby.scm (ruby-minitest-reporters): New variable.
Diffstat (limited to 'gnu/services/cuirass.scm')
0 files changed, 0 insertions, 0 deletions
import/gnome.scm (%gnome-updater), guix/import/hackage.scm (%hackage-updater), guix/import/hexpm.scm (%hexpm-updater), guix/import/kde.scm (%kde-updater), guix/import/launchpad.scm (%launchpad-updater), guix/import/minetest.scm (%minetest-updater), guix/import/opam.scm (%opam-updater), guix/import/pypi.scm (%pypi-updater), guix/import/stackage.scm (%stackage-updater), tests/import-github.scm (found-sexp) tests/transformations.scm ("options->transformation, with-latest"): Adjust fieldname accordingly. Hartmut Goebel 2022-09-29transformations: '--with-source' now operates in depth....The '--with-source' option is the first one that was implemented, and it's the only one that would operate only on leaf packages rather than traversing the dependency graph. This change makes it consistent with the rest of the transformation options. * guix/transformations.scm (evaluate-source-replacement-specs): New procedure. (transform-package-source): Rewrite using it. * tests/transformations.scm ("options->transformation, with-source, no matches"): Rewrite since we no longer get a warning. ("options->transformation, with-source, in depth"): New test. * doc/guix.texi (Package Transformation Options): Adjust examples. Ludovic Courtès