File tree Expand file tree Collapse file tree 1 file changed +28
-24
lines changed
pkgs/by-name/et/etlegacy-unwrapped Expand file tree Collapse file tree 1 file changed +28
-24
lines changed Original file line number Diff line number Diff line change 1- { lib
2- , stdenv
3- , writeShellApplication
4- , fetchFromGitHub
5- , fetchpatch
6- , cjson
7- , cmake
8- , git
9- , makeBinaryWrapper
10- , unzip
11- , curl
12- , freetype
13- , glew
14- , libjpeg
15- , libogg
16- , libpng
17- , libtheora
18- , lua5_4
19- , minizip
20- , openal
21- , SDL2
22- , sqlite
23- , zlib
1+ {
2+ lib ,
3+ stdenv ,
4+ writeShellApplication ,
5+ fetchFromGitHub ,
6+ fetchpatch ,
7+ cjson ,
8+ cmake ,
9+ git ,
10+ makeBinaryWrapper ,
11+ unzip ,
12+ curl ,
13+ freetype ,
14+ glew ,
15+ libjpeg ,
16+ libogg ,
17+ libpng ,
18+ libtheora ,
19+ lua5_4 ,
20+ minizip ,
21+ openal ,
22+ SDL2 ,
23+ sqlite ,
24+ zlib ,
2425} :
2526let
2627 version = "2.83.1" ;
@@ -123,6 +124,9 @@ stdenv.mkDerivation {
123124 for the popular online FPS game Wolfenstein: Enemy Territory - whose
124125 gameplay is still considered unmatched by many, despite its great age.
125126 '' ;
126- maintainers = with lib . maintainers ; [ ashleyghooper drupol ] ;
127+ maintainers = with lib . maintainers ; [
128+ ashleyghooper
129+ drupol
130+ ] ;
127131 } ;
128132}
You can’t perform that action at this time.
0 commit comments