fish: generate fish completions using python 3
This commit is contained in:
parent
5872aad1d0
commit
af828536ed
|
@ -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