aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/nvi.scm
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2024-01-08 20:38:14 +0100
committerMathieu Othacehe <othacehe@gnu.org>2024-01-17 18:30:27 +0100
commit685399c27dee4b2720d98267050257dd16f1ffc4 (patch)
treeda8c889742494a7407877b44078ffe9295483fd1 /gnu/packages/nvi.scm
parentdcc6f0537f593af49c0b3e96ab8350b3ceba694f (diff)
downloadguix-685399c27dee4b2720d98267050257dd16f1ffc4.tar.gz
guix-685399c27dee4b2720d98267050257dd16f1ffc4.zip
gnu: Add nghttp3.
* gnu/packages/web.scm (nghttp3): New variable. Change-Id: I4ed318506f6d3bdd0c47a367b1dcc1b4454c09b2 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu/packages/nvi.scm')
0 files changed, 0 insertions, 0 deletions
ix/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