diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-07-02 18:43:48 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-07-22 12:50:33 +0200 |
| commit | ea94ceba25c5265419897c40227782a883d398df (patch) | |
| tree | df77765a4494ff4bdd66ffdc2d483168931f0af5 /gnu/packages/patches/nix-dont-build-html-doc.diff | |
| parent | 38dcd98c1bbb989651bd7fb65ab7b4a7eebcb436 (diff) | |
gnu: nix: Update to 2.17.2.
* gnu/packages/package-management.scm (nix): Update to 2.17.2.
* gnu/packages/patches/nix-dont-build-html-doc.diff: Update accordingly.
Change-Id: I0cbe30bcab154253f0b3c2bee20f80e7db2a5cf9
Diffstat (limited to 'gnu/packages/patches/nix-dont-build-html-doc.diff')
| -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 2eb45117b0..cab06b9692 100644 --- a/gnu/packages/patches/nix-dont-build-html-doc.diff +++ b/gnu/packages/patches/nix-dont-build-html-doc.diff @@ -5,8 +5,8 @@ Author: Zhu Zihao <all_but_last@163.com> --- a/doc/manual/local.mk +++ b/doc/manual/local.mk -@@ -138,11 +138,6 @@ - $(trace-gen) $(dummy-env) NIX_PATH=nix/corepkgs=corepkgs $(bindir)/nix __dump-builtins > $@.tmp +@@ -144,11 +144,6 @@ $(d)/language.json: $(bindir)/nix + $(trace-gen) $(dummy-env) NIX_PATH=nix/corepkgs=corepkgs $(bindir)/nix __dump-language > $@.tmp @mv $@.tmp $@ -# Generate the HTML manual. @@ -17,11 +17,11 @@ Author: Zhu Zihao <all_but_last@163.com> # Generate 'nix' manpages. install: $(mandir)/man1/nix3-manpages man: doc/manual/generated/man1/nix3-manpages -@@ -167,23 +162,4 @@ +@@ -173,23 +168,4 @@ doc/manual/generated/man1/nix3-manpages: $(d)/src/command-ref/new-cli done @touch $@ --$(docdir)/manual/index.html: $(MANUAL_SRCS) $(d)/book.toml $(d)/anchors.jq $(d)/custom.css $(d)/src/SUMMARY.md $(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 +-$(docdir)/manual/index.html: $(MANUAL_SRCS) $(d)/book.toml $(d)/anchors.jq $(d)/custom.css $(d)/src/SUMMARY.md $(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 - $(trace-gen) \ - tmp="$$(mktemp -d)"; \ - cp -r doc/manual "$$tmp"; \ |
