22 wrapProgram $out/bin/etl.* \
23 --add-flags "+set fs_basepath ${placeholder "out"}/lib/etlegacy"
24 wrapProgram $out/bin/etlded.* \
25 --add-flags "+set fs_basepath ${placeholder "out"}/lib/etlegacy"
26 makeWrapper $out/bin/etl.* $out/bin/etl
27 makeWrapper $out/bin/etlded.* $out/bin/etlded
31 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";
32 homepage = "https://etlegacy.com";
33 license = with lib.licenses; [
38 ET: Legacy, an open source project fully compatible client and server
39 for the popular online FPS game Wolfenstein: Enemy Territory - whose
40 gameplay is still considered unmatched by many, despite its great age.
43 maintainers = with lib.maintainers; [
47 platforms = lib.platforms.linux;