aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/rust-coresimd-doctest.patch
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 13:11:39 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:27 -0500
commit8a5924dcfecf02ae755d717cd11643b8a42bd7fc (patch)
tree2ce659b85dbfe05c0d3ecffb51cfa84443d7f9af /gnu/packages/patches/rust-coresimd-doctest.patch
parent6ee0d2584c9f7dbcc331caad42ecdadf2e3b5819 (diff)
downloadguix-8a5924dcfecf02ae755d717cd11643b8a42bd7fc.tar.gz
guix-8a5924dcfecf02ae755d717cd11643b8a42bd7fc.zip
gnu: ghc-snap-core: Update to 1.0.4.0.
* gnu/packages/haskell-web.scm (ghc-snap-core): Update to 1.0.4.0. [arguments]: Remove '#:cabal-revision'.
Diffstat (limited to 'gnu/packages/patches/rust-coresimd-doctest.patch')
0 files changed, 0 insertions, 0 deletions
th-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 2022-01-01transformations: Add '--tune'....* guix/transformations.scm (tuning-compiler) (tuned-package, tunable-package?, package-tuning) (transform-package-tuning) (build-system-with-tuning-compiler): New procedures. (%transformations): Add 'tune'. (%transformation-options): Add "--tune". * tests/transformations.scm ("options->transformation, tune") ("options->transformations, tune, wrong micro-architecture"): New tests. * doc/guix.texi (Package Transformation Options): Document '--tune'. Ludovic Courtès 2021-09-08transformations: Git tags and 'git describe' style IDs are used as version....* guix/transformations.scm (commit->version-string): New procedure. Use git tags and 'git describe' style identifiers directly. (transform-package-source-commit): Adjust accordingly. * tests/transformations.scm ("options->transformation, with-commit, version transformation"): New test. * doc/guix.texi (Package Transformation Options): Mention the 'git describe' style. Marius Bakke 2021-08-11transformations: 'with-patch' works on non-origin sources....Fixes <https://issues.guix.gnu.org/49697>. Reported by Philippe Swartvagher <philippe.swartvagher@inria.fr>. * guix/transformations.scm (patched-source): New procedure. (transform-package-patches)[package-with-extra-patches]: Use it when (package-source p) is not an origin. * tests/transformations.scm ("options->transformation, with-commit + with-patch"): New test. Ludovic Courtès