wrapped programs: switch to nativeBuildInputs

This commit is contained in:
Charlie Root 2025-04-16 22:34:25 +02:00
commit 57a0a84398
5 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
mako-wrapped = pkgs.symlinkJoin {
name = "mako-wrapped";
paths = [pkgs.mako];
buildInputs = [pkgs.makeWrapper];
nativeBuildInputs = [pkgs.makeWrapper];
postBuild = ''
wrapProgram $out/bin/mako --add-flags "\
--font 'Lexend 11' \