13 stdenv.mkDerivation rec {
18 url = "mirror://sourceforge/${pname}/${pname}-src-${version}.tar.bz2";
19 sha256 = "sha256-WBqO5fWzemw1kYlY192v0nnZkbIEVuWmjWYMy+1ODPQ=";
37 '' + (if stdenv.hostPlatform.isDarwin then ''
38 mkdir -p $out/{Applications,bin}
39 mv odalaunch/odalaunch.app $out/Applications
40 makeWrapper $out/{Applications/odalaunch.app/Contents/MacOS,bin}/odalaunch
48 homepage = "http://odamex.net/";
49 description = "Client/server port for playing old-school Doom online";
50 license = lib.licenses.gpl2Only;
51 platforms = lib.platforms.unix;