Using versionCheckHook Running phase: unpackPhase unpacking source archive /nix/store/hbycllsgfxvvs2qvd7vmqsav3zsjaia3-source source root is source Executing cargoSetupPostUnpackHook Finished cargoSetupPostUnpackHook Running phase: patchPhase applying patch /nix/store/1k9hcxkaz08gav8qjrcas5wwici2qqyr-disable_suid_test.patch patching file tests/checks/path.fish Hunk #1 succeeded at 132 (offset 15 lines). applying patch /nix/store/i29in2135z5ikrw0gmxgqnclipkz6xzv-nix-darwin-path.patch patching file share/config.fish # source nixos environment # note that this is required: # 1. For all shells, not just login shells (mosh needs this as do some other command-line utilities) # 2. Before the shell is initialized, so that config snippets can find the commands they use on the PATH builtin status is-login or test -z "$__fish_nixos_env_preinit_sourced" -a -z "$ETC_PROFILE_SOURCED" -a -z "$ETC_ZSHENV_SOURCED" and test -f /etc/fish/nixos-env-preinit.fish and source /etc/fish/nixos-env-preinit.fish and set -gx __fish_nixos_env_preinit_sourced 1 test -n "$NIX_PROFILES" and begin # We ensure that __extra_* variables are read in $__fish_datadir/config.fish # with a preference for user-configured data by making sure the package-specific # data comes last. Files are loaded/sourced in encounter order, duplicate # basenames get skipped, so we assure this by prepending Nix profile paths # (ordered in reverse of the $NIX_PROFILE variable) # # Note that at this point in evaluation, there is nothing whatsoever on the # fish_function_path. That means we don't have most fish builtins, e.g., `eval`. # additional profiles are expected in order of precedence, which means the reverse of the # NIX_PROFILES variable (same as config.environment.profiles) set -l __nix_profile_paths (string split ' ' $NIX_PROFILES)[-1..1] set -p __extra_completionsdir \ $__nix_profile_paths"/etc/fish/completions" \ $__nix_profile_paths"/share/fish/vendor_completions.d" set -p __extra_functionsdir \ $__nix_profile_paths"/etc/fish/functions" \ $__nix_profile_paths"/share/fish/vendor_functions.d" set -p __extra_confdir \ $__nix_profile_paths"/etc/fish/conf.d" \ $__nix_profile_paths"/share/fish/vendor_conf.d" end Executing cargoSetupPostPatchHook Validating consistency between /nix/var/nix/builds/nix-35805-2229721982/source/Cargo.lock and /nix/var/nix/builds/nix-35805-2229721982/cargo-deps-vendor/Cargo.lock Finished cargoSetupPostPatchHook Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase patching script interpreter paths in ./build_tools/git_version_gen.sh ./build_tools/git_version_gen.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/l4lm58dbybyv6mrkis58l7dav18s6gk6-bash-5.3p3/bin/sh" patching script interpreter paths in ./tests/test_driver.py cmake flags: -GNinja -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/62v6ki5ql5wxvgabn60aln10l2a4aacb-fish-4.2.1-doc/share/doc/fish -DCMAKE_INSTALL_INFODIR=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1/include -DCMAKE_INSTALL_SBINDIR=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1/lib -DCMAKE_STRIP=/nix/store/wjw0m354rg382q96vriaak0380cnj9zy-clang-wrapper-21.1.7/bin/strip -DCMAKE_RANLIB=/nix/store/wjw0m354rg382q96vriaak0380cnj9zy-clang-wrapper-21.1.7/bin/ranlib -DCMAKE_AR=/nix/store/wjw0m354rg382q96vriaak0380cnj9zy-clang-wrapper-21.1.7/bin/ar -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1 -DCMAKE_INSTALL_DOCDIR:STRING=/nix/store/62v6ki5ql5wxvgabn60aln10l2a4aacb-fish-4.2.1-doc/share/doc/fish -DRust_CARGO_TARGET:STRING=aarch64-apple-darwin -DMAC_CODESIGN_ID:BOOL=FALSE -- The C compiler identification is Clang 21.1.7 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/wjw0m354rg382q96vriaak0380cnj9zy-clang-wrapper-21.1.7/bin/clang - skipped -- Detecting C compile features -- Detecting C compile features - done -- Trying to use PCRE2 from the system -- Found Rust: /nix/store/hzabvin42yl1qw79wgp6wwr8q2shy298-rustc-wrapper-1.91.1/bin/rustc -- The following REQUIRED packages have been found: * Rust -- The following features have been disabled: * Documentation, user manual and documentation -- Configuring done (0.9s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: BUILD_TESTING CMAKE_CXX_COMPILER CMAKE_EXPORT_NO_PACKAGE_REGISTRY MAC_CODESIGN_ID -- Build files have been written to: /nix/var/nix/builds/nix-35805-2229721982/source/build cmake: enabled parallel building cmake: enabled parallel installing Running phase: buildPhase build flags: -j2 [0/2] Re-checking globbed directories... [1/8] cd /nix/var/nix/builds/nix-35805-2229721982/source && /nix/var/nix/builds/nix-35805-2229721982/source/build_tools/git_version_gen.sh /nix/var/nix/builds/nix-35805-2229721982/source/build unknown [1/8] cd /nix/var/nix/builds/nix-35805-2229721982/source && /nix/store/2n29i0cbvw5ivc2gqwcsdf2ibw8wr13g-cmake-4.1.2/bin/cmake -E env FISH_CMAKE_BINARY_DIR=/nix/var/nix/builds/nix-35805-2229721982/source/build PREFIX=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1 DOCDIR=/nix/store/62v6ki5ql5wxvgabn60aln10l2a4aacb-fish-4.2.1-doc/share/doc/fish DATADIR=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1/share SYSCONFDIR=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1/etc BINDIR=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1/bin CARGO_TARGET_DIR=/nix/var/nix/builds/nix-35805-2229721982/source/build/cargo/build CARGO_BUILD_RUSTC=/nix/store/hzabvin42yl1qw79wgp6wwr8q2shy298-rustc-wrapper-1.91.1/bin/rustc RUSTFLAGS=\ FISH_SPHINX=SPHINX_EXECUTABLE-NOTFOUND FISH_USE_PREBUILT_DOCS=FALSE /nix/store/swlqy1aw39935qjibkrz2yzwdz710j05-cargo-1.91.1/bin/cargo build --bin fish --release --target aarch64-apple-darwin --no-default-features --features=embed-data,localize-messages && /nix/store/2n29i0cbvw5ivc2gqwcsdf2ibw8wr13g-cmake-4.1.2/bin/cmake -E copy /nix/var/nix/builds/nix-35805-2229721982/source/build/cargo/build/aarch64-apple-darwin/release/fish /nix/var/nix/builds/nix-35805-2229721982/source/build Compiling libc v0.2.177 Compiling typenum v1.19.0 Compiling version_check v0.9.5 Compiling find-msvc-tools v0.1.4 Compiling shlex v1.3.0 Compiling rsconf v0.2.2 Compiling siphasher v1.0.1 Compiling memchr v2.7.6 Compiling rand_core v0.6.4 Compiling generic-array v0.14.9 Compiling proc-macro2 v1.0.101 Compiling aho-corasick v1.1.3 Compiling rand v0.8.5 Compiling phf_shared v0.12.1 Compiling phf_shared v0.11.3 Compiling fish-gettext-mo-file-parser v0.0.0 (/nix/var/nix/builds/nix-35805-2229721982/source/crates/gettext-mo-file-parser) Compiling jobserver v0.1.34 Compiling cfg-if v1.0.4 Compiling unicode-ident v1.0.20 Compiling quote v1.0.41 Compiling regex-syntax v0.8.8 Compiling cc v1.2.41 Compiling option-ext v0.2.0 Compiling fastrand v2.3.0 Compiling phf_generator v0.12.1 Compiling dirs-sys v0.5.0 Compiling phf_generator v0.11.3 Compiling cpufeatures v0.2.17 Compiling block-buffer v0.10.4 Compiling crypto-common v0.1.6 Compiling digest v0.10.7 Compiling bstr v1.12.0 Compiling log v0.4.28 Compiling cfg_aliases v0.2.1 Compiling same-file v1.0.6 Compiling pkg-config v0.3.32 Compiling fish-build-helper v0.0.0 (/nix/var/nix/builds/nix-35805-2229721982/source/crates/build-helper) Compiling walkdir v2.5.0 Compiling regex-automata v0.4.13 Compiling nix v0.30.1 Compiling sha2 v0.10.9 Compiling pcre2-sys v0.2.9 (https://github.com/fish-shell/rust-pcre2?tag=0.2.9-utf32#85b7afba) Compiling phf_codegen v0.11.3 Compiling dirs v6.0.0 Compiling phf_codegen v0.12.1 Compiling autocfg v1.5.0 Compiling paste v1.0.15 Compiling num-traits v0.2.19 Compiling fish-gettext-maps v0.0.0 (/nix/var/nix/builds/nix-35805-2229721982/source/crates/gettext-maps) Compiling shellexpand v3.1.1 Compiling terminfo v0.9.0 Compiling syn v2.0.107 Compiling fish-build-man-pages v0.0.0 (/nix/var/nix/builds/nix-35805-2229721982/source/crates/build-man-pages) Compiling globset v0.4.16 Compiling allocator-api2 v0.2.21 Compiling minimal-lexical v0.2.1 Compiling rust-embed-utils v8.8.0 Compiling equivalent v1.0.2 Compiling foldhash v0.1.5 Compiling bitflags v2.10.0 Compiling nom v7.1.3 Compiling hashbrown v0.15.5 Compiling phf v0.11.3 Compiling phf v0.12.1 warning: fish-build-man-pages@0.0.0: Could not find sphinx-build required to build man pages. If you install Sphinx now, you need to trigger a rebuild to include man pages. For example by running `touch doc_src` followed by the build command. Compiling rust-embed-impl v8.8.0 Compiling fish v4.2.1 (/nix/var/nix/builds/nix-35805-2229721982/source) Compiling macro_rules_attribute-proc_macro v0.2.2 Compiling fnv v1.0.7 Compiling widestring v1.2.1 Compiling unicode-width v0.2.2 Compiling unicode-segmentation v1.12.0 Compiling macro_rules_attribute v0.2.2 Compiling rust-embed v8.8.0 Compiling fish-printf v0.2.1 (/nix/var/nix/builds/nix-35805-2229721982/source/crates/printf) Compiling fish-tempfile v0.0.0 (/nix/var/nix/builds/nix-35805-2229721982/source/crates/tempfile) Compiling pcre2 v0.2.9 (https://github.com/fish-shell/rust-pcre2?tag=0.2.9-utf32#85b7afba) Compiling lru v0.13.0 Compiling errno v0.3.14 Compiling once_cell v1.21.3 Finished `release` profile [optimized] target(s) in 47.65s [3/8] Linking C executable fish_test_helper ld: warning: dylib (/nix/store/5bgbn2i3caf2s158icc6y3famx7vvizq-gettext-0.25.1/lib/libintl.dylib) was built for newer macOS version (14.0) than being linked (11.0) [4/8] Generating fish.pc [5/8] cd /nix/var/nix/builds/nix-35805-2229721982/source && /nix/store/2n29i0cbvw5ivc2gqwcsdf2ibw8wr13g-cmake-4.1.2/bin/cmake -E env FISH_CMAKE_BINARY_DIR=/nix/var/nix/builds/nix-35805-2229721982/source/build PREFIX=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1 DOCDIR=/nix/store/62v6ki5ql5wxvgabn60aln10l2a4aacb-fish-4.2.1-doc/share/doc/fish DATADIR=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1/share SYSCONFDIR=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1/etc BINDIR=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1/bin CARGO_TARGET_DIR=/nix/var/nix/builds/nix-35805-2229721982/source/build/cargo/build CARGO_BUILD_RUSTC=/nix/store/hzabvin42yl1qw79wgp6wwr8q2shy298-rustc-wrapper-1.91.1/bin/rustc RUSTFLAGS=\ FISH_SPHINX=SPHINX_EXECUTABLE-NOTFOUND FISH_USE_PREBUILT_DOCS=FALSE /nix/store/swlqy1aw39935qjibkrz2yzwdz710j05-cargo-1.91.1/bin/cargo build --bin fish_indent --release --target aarch64-apple-darwin --no-default-features --features=embed-data,localize-messages && /nix/store/2n29i0cbvw5ivc2gqwcsdf2ibw8wr13g-cmake-4.1.2/bin/cmake -E copy /nix/var/nix/builds/nix-35805-2229721982/source/build/cargo/build/aarch64-apple-darwin/release/fish_indent /nix/var/nix/builds/nix-35805-2229721982/source/build warning: fish-build-man-pages@0.0.0: Could not find sphinx-build required to build man pages. If you install Sphinx now, you need to trigger a rebuild to include man pages. For example by running `touch doc_src` followed by the build command. Compiling fish v4.2.1 (/nix/var/nix/builds/nix-35805-2229721982/source) Finished `release` profile [optimized] target(s) in 21.29s [6/8] cd /nix/var/nix/builds/nix-35805-2229721982/source && /nix/store/2n29i0cbvw5ivc2gqwcsdf2ibw8wr13g-cmake-4.1.2/bin/cmake -E env FISH_CMAKE_BINARY_DIR=/nix/var/nix/builds/nix-35805-2229721982/source/build PREFIX=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1 DOCDIR=/nix/store/62v6ki5ql5wxvgabn60aln10l2a4aacb-fish-4.2.1-doc/share/doc/fish DATADIR=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1/share SYSCONFDIR=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1/etc BINDIR=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1/bin CARGO_TARGET_DIR=/nix/var/nix/builds/nix-35805-2229721982/source/build/cargo/build CARGO_BUILD_RUSTC=/nix/store/hzabvin42yl1qw79wgp6wwr8q2shy298-rustc-wrapper-1.91.1/bin/rustc RUSTFLAGS=\ FISH_SPHINX=SPHINX_EXECUTABLE-NOTFOUND FISH_USE_PREBUILT_DOCS=FALSE /nix/store/swlqy1aw39935qjibkrz2yzwdz710j05-cargo-1.91.1/bin/cargo build --bin fish_key_reader --release --target aarch64-apple-darwin --no-default-features --features=embed-data,localize-messages && /nix/store/2n29i0cbvw5ivc2gqwcsdf2ibw8wr13g-cmake-4.1.2/bin/cmake -E copy /nix/var/nix/builds/nix-35805-2229721982/source/build/cargo/build/aarch64-apple-darwin/release/fish_key_reader /nix/var/nix/builds/nix-35805-2229721982/source/build warning: fish-build-man-pages@0.0.0: Could not find sphinx-build required to build man pages. If you install Sphinx now, you need to trigger a rebuild to include man pages. For example by running `touch doc_src` followed by the build command. Compiling fish v4.2.1 (/nix/var/nix/builds/nix-35805-2229721982/source) Finished `release` profile [optimized] target(s) in 7.26s buildPhase completed in 1 minutes 17 seconds Running phase: installPhase install flags: -j2 install [0/2] Re-checking globbed directories... [0/6] cd /nix/var/nix/builds/nix-35805-2229721982/source && /nix/store/2n29i0cbvw5ivc2gqwcsdf2ibw8wr13g-cmake-4.1.2/bin/cmake -E env FISH_CMAKE_BINARY_DIR=/nix/var/nix/builds/nix-35805-2229721982/source/build PREFIX=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1 DOCDIR=/nix/store/62v6ki5ql5wxvgabn60aln10l2a4aacb-fish-4.2.1-doc/share/doc/fish DATADIR=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1/share SYSCONFDIR=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1/etc BINDIR=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1/bin CARGO_TARGET_DIR=/nix/var/nix/builds/nix-35805-2229721982/source/build/cargo/build CARGO_BUILD_RUSTC=/nix/store/hzabvin42yl1qw79wgp6wwr8q2shy298-rustc-wrapper-1.91.1/bin/rustc RUSTFLAGS=\ FISH_SPHINX=SPHINX_EXECUTABLE-NOTFOUND FISH_USE_PREBUILT_DOCS=FALSE /nix/store/swlqy1aw39935qjibkrz2yzwdz710j05-cargo-1.91.1/bin/cargo build --bin fish --release --target aarch64-apple-darwin --no-default-features --features=embed-data,localize-messages && /nix/store/2n29i0cbvw5ivc2gqwcsdf2ibw8wr13g-cmake-4.1.2/bin/cmake -E copy /nix/var/nix/builds/nix-35805-2229721982/source/build/cargo/build/aarch64-apple-darwin/release/fish /nix/var/nix/builds/nix-35805-2229721982/source/build warning: fish-build-man-pages@0.0.0: Could not find sphinx-build required to build man pages. If you install Sphinx now, you need to trigger a rebuild to include man pages. For example by running `touch doc_src` followed by the build command. Finished `release` profile [optimized] target(s) in 0.05s [1/6] cd /nix/var/nix/builds/nix-35805-2229721982/source && /nix/var/nix/builds/nix-35805-2229721982/source/build_tools/git_version_gen.sh /nix/var/nix/builds/nix-35805-2229721982/source/build [2/6] cd /nix/var/nix/builds/nix-35805-2229721982/source && /nix/store/2n29i0cbvw5ivc2gqwcsdf2ibw8wr13g-cmake-4.1.2/bin/cmake -E env FISH_CMAKE_BINARY_DIR=/nix/var/nix/builds/nix-35805-2229721982/source/build PREFIX=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1 DOCDIR=/nix/store/62v6ki5ql5wxvgabn60aln10l2a4aacb-fish-4.2.1-doc/share/doc/fish DATADIR=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1/share SYSCONFDIR=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1/etc BINDIR=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1/bin CARGO_TARGET_DIR=/nix/var/nix/builds/nix-35805-2229721982/source/build/cargo/build CARGO_BUILD_RUSTC=/nix/store/hzabvin42yl1qw79wgp6wwr8q2shy298-rustc-wrapper-1.91.1/bin/rustc RUSTFLAGS=\ FISH_SPHINX=SPHINX_EXECUTABLE-NOTFOUND FISH_USE_PREBUILT_DOCS=FALSE /nix/store/swlqy1aw39935qjibkrz2yzwdz710j05-cargo-1.91.1/bin/cargo build --bin fish_indent --release --target aarch64-apple-darwin --no-default-features --features=embed-data,localize-messages && /nix/store/2n29i0cbvw5ivc2gqwcsdf2ibw8wr13g-cmake-4.1.2/bin/cmake -E copy /nix/var/nix/builds/nix-35805-2229721982/source/build/cargo/build/aarch64-apple-darwin/release/fish_indent /nix/var/nix/builds/nix-35805-2229721982/source/build warning: fish-build-man-pages@0.0.0: Could not find sphinx-build required to build man pages. If you install Sphinx now, you need to trigger a rebuild to include man pages. For example by running `touch doc_src` followed by the build command. Finished `release` profile [optimized] target(s) in 0.05s [3/6] cd /nix/var/nix/builds/nix-35805-2229721982/source && /nix/store/2n29i0cbvw5ivc2gqwcsdf2ibw8wr13g-cmake-4.1.2/bin/cmake -E env FISH_CMAKE_BINARY_DIR=/nix/var/nix/builds/nix-35805-2229721982/source/build PREFIX=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1 DOCDIR=/nix/store/62v6ki5ql5wxvgabn60aln10l2a4aacb-fish-4.2.1-doc/share/doc/fish DATADIR=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1/share SYSCONFDIR=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1/etc BINDIR=/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1/bin CARGO_TARGET_DIR=/nix/var/nix/builds/nix-35805-2229721982/source/build/cargo/build CARGO_BUILD_RUSTC=/nix/store/hzabvin42yl1qw79wgp6wwr8q2shy298-rustc-wrapper-1.91.1/bin/rustc RUSTFLAGS=\ FISH_SPHINX=SPHINX_EXECUTABLE-NOTFOUND FISH_USE_PREBUILT_DOCS=FALSE /nix/store/swlqy1aw39935qjibkrz2yzwdz710j05-cargo-1.91.1/bin/cargo build --bin fish_key_reader --release --target aarch64-apple-darwin --no-default-features --features=embed-data,localize-messages && /nix/store/2n29i0cbvw5ivc2gqwcsdf2ibw8wr13g-cmake-4.1.2/bin/cmake -E copy /nix/var/nix/builds/nix-35805-2229721982/source/build/cargo/build/aarch64-apple-darwin/release/fish_key_reader /nix/var/nix/builds/nix-35805-2229721982/source/build warning: fish-build-man-pages@0.0.0: Could not find sphinx-build required to build man pages. If you install Sphinx now, you need to trigger a rebuild to include man pages. For example by running `touch doc_src` followed by the build command. Finished `release` profile [optimized] target(s) in 0.04s [4/6] Install the project... -- Install configuration: "Release" ############### ↓ Nix hook for sourcing /etc/fish/config.fish ↓ ############### # # # Origin: # This fish package was called with the attribute # "useOperatingSystemEtc = true;". # # Purpose: # Fish ordinarily sources /etc/fish/config.fish as # $__fish_sysconfdir/config.fish, # and $__fish_sysconfdir is defined at compile-time, baked into the C++ # component of fish. By default, it is set to "/etc/fish". When building # through Nix, $__fish_sysconfdir gets set to $out/etc/fish. Here we may # have included a custom $out/etc/config.fish in the fish package, # as specified, but according to the value of useOperatingSystemEtc, we # may want to further source the real "/etc/fish/config.fish" file. # # When this option is enabled, this segment should appear the very end of # "$out/etc/config.fish". This is to emulate the behavior of fish itself # with respect to /etc/fish/config.fish and ~/.config/fish/config.fish: # source both, but source the more global configuration files earlier # than the more local ones, so that more local configurations inherit # from but override the more global locations. # # Special care needs to be taken, when fish is called from an FHS user env # or similar setup, because this configuration file will then be relocated # to /etc/fish/config.fish, so we test for this case to avoid nontermination. if test -f /etc/fish/config.fish && test /etc/fish/config.fish != (status filename) source /etc/fish/config.fish end # # ############### ↑ Nix hook for sourcing /etc/fish/config.fish ↑ ############### Running phase: fixupPhase Patching '/nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1/share/pkgconfig/fish.pc' includedir to output /nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1 checking for references to /nix/var/nix/builds/nix-35805-2229721982/ in /nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1... gzipping man pages under /nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1/share/man/ ‹patching script interpreter paths in /nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1 stripping (with command strip and flags -S) in /nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1/bin checking for references to /nix/var/nix/builds/nix-35805-2229721982/ in /nix/store/62v6ki5ql5wxvgabn60aln10l2a4aacb-fish-4.2.1-doc... patching script interpreter paths in /nix/store/62v6ki5ql5wxvgabn60aln10l2a4aacb-fish-4.2.1-doc Running phase: installCheckPhase Executing versionCheckPhase Successfully managed to find version 4.2.1 in the output of the command /nix/store/gngn7y9mn510mf1hkmr0l69qbpvxfbfh-fish-4.2.1/bin/fish --version fish, version 4.2.1 Finished versionCheckPhase no Makefile or custom installCheckPhase, doing nothing