nixgl: use shell wrapper instead
This commit is contained in:
parent
9f61b9a378
commit
b5e2234947
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue