mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
glestae: remove
Has been broken for years
This commit is contained in:
parent
b5982a59bd
commit
cdb7197d3e
@ -1,34 +0,0 @@
|
||||
{ stdenv, fetchurl
|
||||
, mesa, cmake, lua5, SDL, openal, libvorbis, libogg, zlib, physfs
|
||||
, freetype, libpng, libjpeg, glew, wxGTK28, libxml2, libpthreadstubs
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "glestae-${version}";
|
||||
version = "0.3.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/project/glestae/${version}/glestae-src-${version}.tar.bz2";
|
||||
sha256 = "1k02vf88mms0zbprvy1b1qdwjzmdag5rd1p43f0gpk1sms6isn94";
|
||||
};
|
||||
|
||||
buildInputs =
|
||||
[ mesa cmake lua5 SDL openal libvorbis libogg zlib physfs
|
||||
freetype libpng libjpeg glew wxGTK28 libxml2 libpthreadstubs
|
||||
];
|
||||
|
||||
cmakeFlags = [
|
||||
"-DLUA_LIBRARIES=-llua"
|
||||
"-DGAE_DATA_DIR=$out/share/glestae"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "A 3D RTS - fork of inactive Glest project";
|
||||
maintainers = [ stdenv.lib.maintainers.raskin ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
# Note that some data seems to be under separate redistributable licenses
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
broken = true;
|
||||
downloadPage = "http://sourceforge.net/projects/glestae/files/0.3.2/";
|
||||
};
|
||||
}
|
@ -17227,8 +17227,6 @@ with pkgs;
|
||||
|
||||
gl117 = callPackage ../games/gl-117 {};
|
||||
|
||||
glestae = callPackage ../games/glestae {};
|
||||
|
||||
globulation2 = callPackage ../games/globulation {
|
||||
boost = boost155;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user