Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jan 2026 23:00:40 +0000
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e2a13bf3e130 - main - sysutils/nix: fix build on armv7 and powerpc*
Message-ID:  <6977f218.3c529.8eda997@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e2a13bf3e130067e79800864154bc92b37af1191

commit e2a13bf3e130067e79800864154bc92b37af1191
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-01-24 15:04:39 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-01-26 22:59:50 +0000

    sysutils/nix: fix build on armv7 and powerpc*
    
    No libatomic on FreeBSD.
    Also move manuals to PORTDOCS, the file names seem to be somewhat
    architecture-dependent.
    
    Approved by:    portmgr (build fix blanket)
    MFH:            2026Q1
---
 sysutils/nix/Makefile                              |   3 +
 ...h-nix-meson-build-support_libatomic_meson.build |  12 +
 sysutils/nix/pkg-plist                             | 351 ---------------------
 3 files changed, 15 insertions(+), 351 deletions(-)

diff --git a/sysutils/nix/Makefile b/sysutils/nix/Makefile
index 5c7659eb839d..725aaad3dcab 100644
--- a/sysutils/nix/Makefile
+++ b/sysutils/nix/Makefile
@@ -42,6 +42,9 @@ MESON_ARGS=	-Dbenchmarks=false \
 		-Dbindings=false \
 		-Dunit-tests=false
 LDFLAGS+=	-L${LOCALBASE}/lib
+
+# file names are platform-dependent!
+PORTDOCS=	manual
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
 SUB_FILES=	pkg-message
diff --git a/sysutils/nix/files/patch-nix-meson-build-support_libatomic_meson.build b/sysutils/nix/files/patch-nix-meson-build-support_libatomic_meson.build
new file mode 100644
index 000000000000..502cf35d600b
--- /dev/null
+++ b/sysutils/nix/files/patch-nix-meson-build-support_libatomic_meson.build
@@ -0,0 +1,12 @@
+--- nix-meson-build-support/libatomic/meson.build.orig	2026-01-24 14:43:21 UTC
++++ nix-meson-build-support/libatomic/meson.build
+@@ -3,6 +3,6 @@
+ # This is needed for std::atomic on some platforms
+ # We did not manage to test this reliably on all platforms, so we hardcode
+ # it for now.
+-if host_machine.cpu_family() in [ 'arm', 'ppc' ]
+-  deps_other += cxx.find_library('atomic')
+-endif
++#if host_machine.cpu_family() in [ 'arm', 'ppc' ]
++#  deps_other += cxx.find_library('atomic')
++#endif
diff --git a/sysutils/nix/pkg-plist b/sysutils/nix/pkg-plist
index fb6fd05691c7..43a17c1e16a1 100644
--- a/sysutils/nix/pkg-plist
+++ b/sysutils/nix/pkg-plist
@@ -314,357 +314,6 @@ share/fish/vendor_completions.d/nix.fish
 %%DATADIR%%/add-nixbld-users
 share/zsh/site-functions/_nix
 share/zsh/site-functions/run-help-nix
-%%PORTDOCS%%%%DOCSDIR%%/manual/.nojekyll
-%%PORTDOCS%%%%DOCSDIR%%/manual/404.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/SUMMARY.md.in
-%%PORTDOCS%%%%DOCSDIR%%/manual/_redirects
-%%PORTDOCS%%%%DOCSDIR%%/manual/advanced-topics/cores-vs-jobs.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/advanced-topics/diff-hook.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/advanced-topics/distributed-builds.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/advanced-topics/eval-profiler.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/advanced-topics/index.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/advanced-topics/post-build-hook.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/architecture/architecture.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/ayu-highlight-3fdfc3ac.css
-%%PORTDOCS%%%%DOCSDIR%%/manual/book-a0b12cfe.js
-%%PORTDOCS%%%%DOCSDIR%%/manual/c-api.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/clipboard-1626706a.min.js
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/conf-file.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/env-common.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/experimental-commands.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/files.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/files/channels.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/files/default-nix-expression.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/files/manifest.json.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/files/manifest.nix.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/files/profiles.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/index.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/main-commands.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-build.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-bundle.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-config-check.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-config-show.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-config.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-copy.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-daemon.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-derivation-add.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-derivation-show.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-derivation.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-develop.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-edit.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-env-shell.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-env.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-eval.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-flake-archive.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-flake-check.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-flake-clone.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-flake-info.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-flake-init.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-flake-lock.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-flake-metadata.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-flake-new.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-flake-prefetch-inputs.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-flake-prefetch.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-flake-show.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-flake-update.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-flake.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-fmt.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-formatter-build.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-formatter-run.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-formatter.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-hash-convert.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-hash-file.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-hash-path.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-hash-to-base16.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-hash-to-base32.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-hash-to-base64.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-hash-to-sri.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-hash.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-help-stores.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-help.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-key-convert-secret-to-public.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-key-generate-secret.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-key.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-log.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-nar-cat.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-nar-dump-path.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-nar-ls.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-nar-pack.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-nar.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-path-info.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-print-dev-env.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-profile-add.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-profile-diff-closures.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-profile-history.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-profile-list.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-profile-remove.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-profile-rollback.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-profile-upgrade.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-profile-wipe-history.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-profile.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-realisation-info.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-realisation.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-registry-add.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-registry-list.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-registry-pin.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-registry-remove.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-registry.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-repl.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-run.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-search.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-add-file.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-add-path.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-add.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-cat.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-copy-log.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-copy-sigs.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-delete.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-diff-closures.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-dump-path.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-gc.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-info.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-ls.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-make-content-addressed.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-optimise.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-path-from-hash-part.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-prefetch-file.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-repair.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-sign.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-verify.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-upgrade-nix.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-why-depends.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-build.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-channel.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-collect-garbage.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-copy-closure.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-daemon.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-env.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-env/delete-generations.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-env/install.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-env/list-generations.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-env/query.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-env/rollback.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-env/set-flag.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-env/set.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-env/switch-generation.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-env/switch-profile.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-env/uninstall.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-env/upgrade.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-hash.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-instantiate.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-prefetch-url.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-shell.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/add-fixed.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/add.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/delete.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/dump-db.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/dump.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/export.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/gc.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/generate-binary-cache-key.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/import.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/load-db.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/optimise.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/print-env.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/query.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/read-log.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/realise.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/repair-path.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/restore.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/serve.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/verify-path.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/verify.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/opt-common.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/utilities.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/xp-features.json
-%%PORTDOCS%%%%DOCSDIR%%/manual/css/chrome-ae938929.css
-%%PORTDOCS%%%%DOCSDIR%%/manual/css/general-2459343d.css
-%%PORTDOCS%%%%DOCSDIR%%/manual/css/print-9e4910d8.css
-%%PORTDOCS%%%%DOCSDIR%%/manual/css/variables-8adf115d.css
-%%PORTDOCS%%%%DOCSDIR%%/manual/custom-80d08c7f.css
-%%PORTDOCS%%%%DOCSDIR%%/manual/development/benchmarking.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/development/building.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/development/cli-guideline.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/development/contributing.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/development/cxx.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/development/debugging.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/development/documentation.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/development/experimental-features.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/development/index.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/development/json-guideline.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/development/testing.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/elasticlunr-ef4e11c1.min.js
-%%PORTDOCS%%%%DOCSDIR%%/manual/favicon-8114d1fc.png
-%%PORTDOCS%%%%DOCSDIR%%/manual/favicon-de23e50b.svg
-%%PORTDOCS%%%%DOCSDIR%%/manual/favicon.png
-%%PORTDOCS%%%%DOCSDIR%%/manual/favicon.svg
-%%PORTDOCS%%%%DOCSDIR%%/manual/figures/user-environments.png
-%%PORTDOCS%%%%DOCSDIR%%/manual/figures/user-environments.sxd
-%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/OPEN-SANS-LICENSE.txt
-%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/SOURCE-CODE-PRO-LICENSE.txt
-%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/fonts-9644e21d.css
-%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-300-7736aa35.woff2
-%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-300italic-2c7b95c0.woff2
-%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-600-486c6759.woff2
-%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-600italic-1a3e8659.woff2
-%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-700-c22fe8c7.woff2
-%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-700italic-238ae959.woff2
-%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-800-3d2c812a.woff2
-%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-800italic-ba1521ec.woff2
-%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-italic-6c9463f7.woff2
-%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-regular-2e3b1d34.woff2
-%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/source-code-pro-v11-all-charsets-500-2bdd9410.woff2
-%%PORTDOCS%%%%DOCSDIR%%/manual/glossary.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/highlight-493f70e1.css
-%%PORTDOCS%%%%DOCSDIR%%/manual/highlight-862e895d.js
-%%PORTDOCS%%%%DOCSDIR%%/manual/index.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/installation/building-source.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/installation/env-variables.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/installation/index.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/installation/installing-binary.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/installation/installing-docker.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/installation/installing-source.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/installation/multi-user.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/installation/nix-security.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/installation/obtaining-source.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/installation/prerequisites-source.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/installation/single-user.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/installation/supported-platforms.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/installation/uninstall.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/installation/upgrading.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/introduction.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/language/advanced-attributes.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/language/builtins.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/language/constructs/lookup-path.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/language/derivations.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/language/evaluation.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/language/identifiers.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/language/import-from-derivation.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/language/index.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/language/operators.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/language/scope.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/language/string-context.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/language/string-interpolation.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/language/string-literals.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/language/syntax.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/language/types.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/language/variables.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/mark-09e88c2c.min.js
-%%PORTDOCS%%%%DOCSDIR%%/manual/package-management/binary-cache-substituter.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/package-management/garbage-collection.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/package-management/garbage-collector-roots.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/package-management/index.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/package-management/profiles.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/package-management/sharing-packages.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/package-management/ssh-substituter.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/print.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/protocols/derivation-aterm.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/protocols/index.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/protocols/json/derivation.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/protocols/json/index.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/protocols/json/store-object-info.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/protocols/nix-archive.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/protocols/store-path.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/protocols/tarball-fetcher.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/quick-start.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/redirects-4afb32ee.js
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/index.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.10.1.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.10.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.11.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.12.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.13.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.14.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.15.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.16.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.5.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.6.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.7.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.8.1.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.8.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.9.1.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.9.2.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.9.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-1.0.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-1.1.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-1.10.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-1.11.10.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-1.11.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-1.2.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-1.3.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-1.4.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-1.5.2.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-1.5.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-1.6.1.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-1.6.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-1.7.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-1.8.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-1.9.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.0.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.1.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.10.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.11.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.12.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.13.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.14.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.15.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.16.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.17.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.18.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.19.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.2.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.20.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.21.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.22.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.23.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.24.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.25.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.26.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.27.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.28.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.29.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.3.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.30.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.31.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.32.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.4.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.5.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.6.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.7.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.8.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.9.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-next.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/searcher-c2a407aa.js
-%%PORTDOCS%%%%DOCSDIR%%/manual/searchindex-4c88e1df.js
-%%PORTDOCS%%%%DOCSDIR%%/manual/store/building.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/store/derivation/index.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/store/derivation/outputs/content-address.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/store/derivation/outputs/index.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/store/derivation/outputs/input-address.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/store/file-system-object.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/store/file-system-object/content-address.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/store/index.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/store/store-object.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/store/store-object/content-address.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/store/store-path.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/store/types/dummy-store.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/store/types/experimental-local-overlay-store.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/store/types/experimental-ssh-store-with-filesystem-mounted.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/store/types/experimental-ssh-store.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/store/types/http-binary-cache-store.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/store/types/index.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/store/types/index.md.in
-%%PORTDOCS%%%%DOCSDIR%%/manual/store/types/local-binary-cache-store.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/store/types/local-daemon-store.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/store/types/local-store.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/store/types/s3-binary-cache-store.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/store/types/ssh-store.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/toc.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/toc-72f89b39.js
-%%PORTDOCS%%%%DOCSDIR%%/manual/tomorrow-night-4c0ae647.css
 %%PORTDOCS%%share/man/man1/nix-build.1.gz
 %%PORTDOCS%%share/man/man1/nix-channel.1.gz
 %%PORTDOCS%%share/man/man1/nix-collect-garbage.1.gz


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6977f218.3c529.8eda997>