aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/shells.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-09-11 01:00:16 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-09-11 16:28:01 +0200
commitf555afa0e54fbecf51bf4423d98c8b21cec8c8ee (patch)
treeb315ec3cfe2e28aeb8af319d49dbc8cd880640ce /gnu/packages/shells.scm
parentc15a8fbf60d240c414f150efa995e7f8d20b19a4 (diff)
downloadguix-f555afa0e54fbecf51bf4423d98c8b21cec8c8ee.tar.gz
guix-f555afa0e54fbecf51bf4423d98c8b21cec8c8ee.zip
gnu: libwps: Update to 0.4.12.
* gnu/packages/libreoffice.scm (libwps): Update to 0.4.12.
Diffstat (limited to 'gnu/packages/shells.scm')
0 files changed, 0 insertions, 0 deletions
'>transformations: '--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 2022-05-05transformations: Preserve transformation order in package property....Fixes <https://issues.guix.gnu.org/54942>. Reported by SeerLite <seerlite@nixnet.email>. * guix/transformations.scm (options->transformation) [package-with-transformation-properties]: Add call to 'reverse'. * tests/transformations.scm ("options->transformation, property order"): New test. Ludovic Courtès