aboutsummaryrefslogtreecommitdiff
path: root/tests/snix.scm
diff options
context:
space:
mode:
authorXinglu Chen <public@yoctocell.xyz>2021-03-28 10:58:18 +0200
committerChristopher Baines <mail@cbaines.net>2021-03-29 20:03:12 +0100
commitebeb018ca32c3da0dc820440b2da8d229f78946b (patch)
tree340020ad80c8f602e730dcafb943a24c362796ff /tests/snix.scm
parent55c25ee4c5cee0707c94f773eb7d1686f79cff75 (diff)
downloadguix-ebeb018ca32c3da0dc820440b2da8d229f78946b.tar.gz
guix-ebeb018ca32c3da0dc820440b2da8d229f78946b.zip
gnu: nyacc: Update to 1.03.6.
* gnu/packages/mes.scm (nyacc): Update to 1.03.6. Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'tests/snix.scm')
0 files changed, 0 insertions, 0 deletions
, guix/lint.scm, guix/scripts.scm, guix/scripts/archive.scm, guix/scripts/build.scm, guix/scripts/challenge.scm, guix/scripts/deploy.scm, guix/scripts/environment.scm, guix/scripts/home.scm, guix/scripts/pack.scm, guix/scripts/package.scm, guix/scripts/pull.scm, guix/scripts/size.scm, guix/scripts/system.scm, guix/scripts/weather.scm, tests/builders.scm, tests/channels.scm, tests/cpan.scm, tests/derivations.scm, tests/gexp.scm, tests/graph.scm, tests/guix-daemon.sh, tests/monads.scm, tests/pack.scm, tests/packages.scm, tests/profiles.scm, tests/system.scm: Remove #:use-module (guix grafts). Ludovic Courtès 2022-03-07derivations: Coalesce inputs that have the same output path....Fixes <https://issues.guix.gnu.org/54209>. * guix/derivations.scm (coalesce-duplicate-inputs): Use the output paths of DRV as a hash table key. * tests/derivations.scm ("derivation with duplicate fixed-output inputs"): Expect a single input for FINAL. ("derivation with equivalent fixed-output inputs"): New test. Ludovic Courtès