Loading pkgs/by-name/sr/srb2/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ , nasm , libopenmpt , game-music-emu , libGLU , libpng , SDL2 , SDL2_mixer Loading Loading @@ -80,6 +81,11 @@ stdenv.mkDerivation (finalAttrs: { ./thirdparty.patch ]; postPatch = '' substituteInPlace ./src/sdl/ogl_sdl.c \ --replace libGLU.so.1 ${libGLU}/lib/libGLU.so.1 ''; desktopItems = [ (makeDesktopItem rec { name = "Sonic Robo Blast 2"; Loading Loading
pkgs/by-name/sr/srb2/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ , nasm , libopenmpt , game-music-emu , libGLU , libpng , SDL2 , SDL2_mixer Loading Loading @@ -80,6 +81,11 @@ stdenv.mkDerivation (finalAttrs: { ./thirdparty.patch ]; postPatch = '' substituteInPlace ./src/sdl/ogl_sdl.c \ --replace libGLU.so.1 ${libGLU}/lib/libGLU.so.1 ''; desktopItems = [ (makeDesktopItem rec { name = "Sonic Robo Blast 2"; Loading