21 wrapProgram $out/bin/etl.* \
22 --add-flags "+set fs_basepath ${placeholder "out"}/lib/etlegacy"
23 wrapProgram $out/bin/etlded.* \
24 --add-flags "+set fs_basepath ${placeholder "out"}/lib/etlegacy"
25 makeWrapper $out/bin/etl.* $out/bin/etl
26 makeWrapper $out/bin/etlded.* $out/bin/etlded
30 description = "ET: Legacy is an open source project based on the code of Wolfenstein: Enemy Territory which was released in 2010 under the terms of the GPLv3 license";
31 homepage = "https://etlegacy.com";
32 license = with lib.licenses; [ gpl3Plus cc-by-nc-sa-30 ];
34 ET: Legacy, an open source project fully compatible client and server
35 for the popular online FPS game Wolfenstein: Enemy Territory - whose
36 gameplay is still considered unmatched by many, despite its great age.
39 maintainers = with lib.maintainers; [ ashleyghooper drupol ];
40 platforms = lib.platforms.linux;