summaryrefslogtreecommitdiffstats
path: root/nixos/modules
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-11-08 00:13:25 +0200
committerGitHub <noreply@github.com>2023-11-08 00:13:25 +0200
commitd24da528443dabfdbda63153e8b33fe8b2fbb15f (patch)
tree3755096ac191b65b3930372ad4f1e8eba4f854ca /nixos/modules
parent878631d48ae937ad0366cd4c6949f712d4029797 (diff)
parentf0011fd103af9ad262448115c1e921d0b73a6c07 (diff)
Merge pull request #265764 from amjoseph-nixpkgs/pr/pythonForBuild
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/programs/fish.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/fish.nix b/nixos/modules/programs/fish.nix
index e6ac6e9957ba..a4c20560bc9b 100644
--- a/nixos/modules/programs/fish.nix
+++ b/nixos/modules/programs/fish.nix
@@ -268,7 +268,7 @@ in
''
mkdir -p $out
if [ -d $package/share/man ]; then
- find $package/share/man -type f | xargs ${pkgs.python3.pythonForBuild.interpreter} ${patchedGenerator}/create_manpage_completions.py --directory $out >/dev/null
+ find $package/share/man -type f | xargs ${pkgs.python3.pythonOnBuildForHost.interpreter} ${patchedGenerator}/create_manpage_completions.py --directory $out >/dev/null
fi
'';
in