fix(discord): get the right name for Exec
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
3df8ef0a66
commit
8a3dad89b4
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ in {
|
||||||
];
|
];
|
||||||
buildInputs = [makeWrapper];
|
buildInputs = [makeWrapper];
|
||||||
postBuild = ''
|
postBuild = ''
|
||||||
wrapProgram $out/bin/discord --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [
|
wrapProgram $out/bin/Discord --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [
|
||||||
addOpenGLRunpath.driverLink
|
addOpenGLRunpath.driverLink
|
||||||
libglvnd
|
libglvnd
|
||||||
]}" \
|
]}" \
|
||||||
|
|
Loading…
Reference in a new issue