aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gsasl.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-06-30 20:33:24 +0300
committerEfraim Flashner <efraim@flashner.co.il>2022-06-30 20:59:35 +0300
commitd473d8ebdb90a2dfddc60dc6a27d40e6bf969cfe (patch)
tree7f286c7e470125a39d3467fbd0c752278cd38102 /gnu/packages/gsasl.scm
parent6f2bdd4e6b71a83d9d6963d9643a5ad848c06b9d (diff)
downloadguix-d473d8ebdb90a2dfddc60dc6a27d40e6bf969cfe.tar.gz
guix-d473d8ebdb90a2dfddc60dc6a27d40e6bf969cfe.zip
gnu: x265: Enable assembly on for some arm build phases.
* gnu/packages/video.scm (x265)[arguments]: Enable assembly for armhf-linux. Only disable assembly for aarch64-linux when building the 10-bit or 12-bit libraries.
Diffstat (limited to 'gnu/packages/gsasl.scm')
0 files changed, 0 insertions, 0 deletions
er), 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 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