nixgl: use shell wrapper instead

This commit is contained in:
Motiejus Jakštys 2024-02-02 13:54:06 +02:00 committed by Motiejus Jakštys
parent 9f61b9a378
commit b5e2234947
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
pkgs.symlinkJoin (
{
inherit paths;
nativeBuildInputs = [pkgs.makeBinaryWrapper];
nativeBuildInputs = [pkgs.makeWrapper];
postBuild = ''
mv $out/bin/${execName} $out/bin/.${execName}-mkWrapped-original
makeWrapper ${wrap}/bin/${wrap.name} $out/bin/${execName} --add-flags $out/bin/.${execName}-mkWrapped-original