mirror of
https://github.com/nix-community/home-manager
synced 2024-11-26 21:19:45 +01:00
fish: generate fish completions using python 3
This commit is contained in:
parent
5872aad1d0
commit
af828536ed
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ in {
|
|||
generateCompletions = package:
|
||||
pkgs.runCommand "${package.name}-fish-completions" {
|
||||
src = package;
|
||||
nativeBuildInputs = [ pkgs.python2 ];
|
||||
nativeBuildInputs = [ pkgs.python3 ];
|
||||
buildInputs = [ cfg.package ];
|
||||
preferLocalBuild = true;
|
||||
} ''
|
||||
|
|
Loading…
Reference in a new issue