diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-07-02 19:26:51 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-22 12:53:59 +0200 |
commit | 9a87de50b4fd2f5b622f43b058575f427d49c72d (patch) | |
tree | ab6ce92e8587afabab4da4b3a0de3d1960e04af6 /gnu/packages/patches | |
parent | 7a2be11c8bc4bed5c32894399ace5a88bb73846c (diff) |
gnu: nix: Update to 2.24.15.
* gnu/packages/package-management.scm (nix): Update to 2.24.15.
[arguments]{phases}: Adapt phase 'skip-failing-tests.
* gnu/packages/patches/nix-dont-build-html-doc.diff: Update accordingly.
Change-Id: I920e6fcc2f8dcaf55294af8f9e1becba09d1f471
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r-- | gnu/packages/patches/nix-dont-build-html-doc.diff | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/patches/nix-dont-build-html-doc.diff b/gnu/packages/patches/nix-dont-build-html-doc.diff index bf73f15fc2..58591b84e1 100644 --- a/gnu/packages/patches/nix-dont-build-html-doc.diff +++ b/gnu/packages/patches/nix-dont-build-html-doc.diff @@ -5,7 +5,7 @@ Author: Zhu Zihao <all_but_last@163.com> --- a/doc/manual/local.mk +++ b/doc/manual/local.mk -@@ -172,21 +172,6 @@ $(d)/src/SUMMARY-rl-next.md: $(d)/src/release-notes/rl-next.md +@@ -166,21 +166,6 @@ $(d)/src/SUMMARY-rl-next.md: $(d)/src/release-notes/rl-next.md true > $@; \ fi @@ -27,16 +27,16 @@ Author: Zhu Zihao <all_but_last@163.com> # Generate 'nix' manpages. .PHONY: manpages manpages: $(mandir)/man1/nix3-manpages -@@ -212,26 +197,3 @@ doc/manual/generated/man1/nix3-manpages: $(d)/src/command-ref/new-cli +@@ -206,26 +191,3 @@ doc/manual/generated/man1/nix3-manpages: $(d)/src/command-ref/new-cli rm $$tmpFile; \ done @touch $@ - --# the `! -name 'contributing.md'` filter excludes the one place where +-# the `! -name 'documentation.md'` filter excludes the one place where -# `@docroot@` is to be preserved for documenting the mechanism -# FIXME: maybe contributing guides should live right next to the code -# instead of in the manual --$(docdir)/manual/index.html: $(MANUAL_SRCS) $(d)/book.toml $(d)/anchors.jq $(d)/custom.css $(d)/src/SUMMARY.md $(d)/src/store/types $(d)/src/command-ref/new-cli $(d)/src/contributing/experimental-feature-descriptions.md $(d)/src/command-ref/conf-file.md $(d)/src/language/builtins.md $(d)/src/language/builtin-constants.md $(d)/src/release-notes/rl-next.md $(d)/src/figures $(d)/src/favicon.png $(d)/src/favicon.svg +-$(docdir)/manual/index.html: $(MANUAL_SRCS) $(d)/book.toml $(d)/anchors.jq $(d)/custom.css $(d)/src/SUMMARY.md $(d)/src/store/types $(d)/src/command-ref/new-cli $(d)/src/development/experimental-feature-descriptions.md $(d)/src/command-ref/conf-file.md $(d)/src/language/builtins.md $(d)/src/release-notes/rl-next.md $(d)/src/figures $(d)/src/favicon.png $(d)/src/favicon.svg - $(trace-gen) \ - tmp="$$(mktemp -d)"; \ - cp -r doc/manual "$$tmp"; \ |