wrapped programs: switch to nativeBuildInputs
This commit is contained in:
parent
9b56e8daaa
commit
57a0a84398
5 changed files with 5 additions and 5 deletions
|
@ -118,7 +118,7 @@
|
|||
foot-wrapped = pkgs.symlinkJoin {
|
||||
name = "foot-wrapped";
|
||||
paths = [pkgs.foot];
|
||||
buildInputs = [pkgs.makeWrapper];
|
||||
nativeBuildInputs = [pkgs.makeWrapper];
|
||||
postBuild = ''
|
||||
wrapProgram $out/bin/foot --add-flags "--config=${foot-config} --working-directory=/home/${username}"
|
||||
'';
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
btop-wrapped = pkgs.symlinkJoin {
|
||||
name = "btop-wrapped";
|
||||
paths = [pkgs.btop];
|
||||
buildInputs = [pkgs.makeWrapper];
|
||||
nativeBuildInputs = [pkgs.makeWrapper];
|
||||
postBuild = ''
|
||||
wrapProgram $out/bin/btop --set XDG_CONFIG_HOME "${btop-settings}"
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue