wrapped programs: switch to nativeBuildInputs
This commit is contained in:
parent
9b56e8daaa
commit
57a0a84398
5 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@ in
|
|||
(pkgs.symlinkJoin {
|
||||
name = "fish";
|
||||
paths = [custom-fish] ++ packages;
|
||||
buildInputs = [pkgs.makeWrapper];
|
||||
nativeBuildInputs = [pkgs.makeWrapper];
|
||||
postBuild = ''
|
||||
wrapProgram $out/bin/fish --set STARSHIP_CONFIG "${toml.generate "starship.toml" starship-config}" \
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue