summary refs log tree commit diff
path: root/nixos/modules/programs
diff options
context:
space:
mode:
authorAdam Joseph <adam@westernsemico.com>2023-11-05 17:38:24 -0800
committerAdam Joseph <adam@westernsemico.com>2023-11-05 17:42:12 -0800
commitbc2d5988780f02c26daea44016df56a1dc4fb8e2 (patch)
tree10af40499507a484c1c69e54fa5747e27797c7c4 /nixos/modules/programs
parent4f649d67d5abd9e8463136fa6b2be50a32b6f64e (diff)
downloadnixpkgs-bc2d5988780f02c26daea44016df56a1dc4fb8e2.tar
nixpkgs-bc2d5988780f02c26daea44016df56a1dc4fb8e2.tar.gz
nixpkgs-bc2d5988780f02c26daea44016df56a1dc4fb8e2.tar.bz2
nixpkgs-bc2d5988780f02c26daea44016df56a1dc4fb8e2.tar.lz
nixpkgs-bc2d5988780f02c26daea44016df56a1dc4fb8e2.tar.xz
nixpkgs-bc2d5988780f02c26daea44016df56a1dc4fb8e2.tar.zst
nixpkgs-bc2d5988780f02c26daea44016df56a1dc4fb8e2.zip
treewide: change pythonForBuild to pythonOnBuildForHost
Diffstat (limited to 'nixos/modules/programs')
-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 e6ac6e9957b..a4c20560bc9 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