mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
fix build
This commit is contained in:
parent
069d4dd2d1
commit
2a88099094
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ mkDerivation rec {
|
|||
|
||||
postInstall = ''
|
||||
# xorg.xrandr needed for LWJGL [2.9.2, 3) https://github.com/LWJGL/lwjgl/issues/128
|
||||
cp ${desktopFile} $out/share/applications/
|
||||
cp ${desktopFile}/share/applications/* $out/share/applications/
|
||||
wrapProgram $out/bin/polymc \
|
||||
--set GAME_LIBRARY_PATH /run/opengl-driver/lib:${libpath} \
|
||||
--prefix PATH : ${lib.makeBinPath [ xorg.xrandr ]}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue