Updated some meta information for the emulators I've tried recently. They all seem to work fine :-)
svn path=/nixpkgs/trunk/; revision=27905
This commit is contained in:
parent
6ac699ba97
commit
f635aceb5b
@ -13,4 +13,11 @@ stdenv.mkDerivation {
|
|||||||
sed -i -e "s|char \* p = strrchr|const char * p = strrchr|g" src/Util.cpp
|
sed -i -e "s|char \* p = strrchr|const char * p = strrchr|g" src/Util.cpp
|
||||||
'';
|
'';
|
||||||
buildInputs = [ zlib libpng SDL ] ++ stdenv.lib.optional (stdenv.system == "i686-linux") nasm;
|
buildInputs = [ zlib libpng SDL ] ++ stdenv.lib.optional (stdenv.system == "i686-linux") nasm;
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "A Game Boy/Game Boy Color/Game Boy Advance Emulator";
|
||||||
|
license = "GPLv2+";
|
||||||
|
maintainers = [ stdenv.lib.maintainers.sander ];
|
||||||
|
homepage = http://vba.ngemu.com;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -20,4 +20,11 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildPhase = "make all";
|
buildPhase = "make all";
|
||||||
installPhase = "PREFIX=$out make install";
|
installPhase = "PREFIX=$out make install";
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "A Nintendo 64 Emulator";
|
||||||
|
license = "GPLv2+";
|
||||||
|
homepage = http://code.google.com/p/mupen64plus;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.sander ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -8,4 +8,11 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
configureFlags = [ "--with-sdl" "--with-sdl-sound" "--with-sdl-gfx" "--with-alsa" ];
|
configureFlags = [ "--with-sdl" "--with-sdl-sound" "--with-sdl-gfx" "--with-alsa" ];
|
||||||
buildInputs = [ pkgconfig gtk alsaLib SDL ];
|
buildInputs = [ pkgconfig gtk alsaLib SDL ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "Ultimate/Unix/Unusuable Amiga Emulator";
|
||||||
|
license = "GPLv2+";
|
||||||
|
homepage = http://www.amigaemulator.org;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.sander ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Commodore 64, 128 and other emulators";
|
description = "Commodore 64, 128 and other emulators";
|
||||||
homepage = http://www.viceteam.org;
|
homepage = http://www.viceteam.org;
|
||||||
license = "GPL";
|
license = "GPLv2+";
|
||||||
maintainers = [ lib.maintainers.sander ];
|
maintainers = [ lib.maintainers.sander ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -31,6 +31,8 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A Super Nintendo Entertainment System Emulator";
|
description = "A Super Nintendo Entertainment System Emulator";
|
||||||
license = "GPLv2";
|
license = "GPLv2+";
|
||||||
|
maintainers = [ stdenv.lib.maintainers.sander ];
|
||||||
|
homepage = http://www.zsnes.com;
|
||||||
};
|
};
|
||||||
}
|
}
|
@ -203,6 +203,7 @@ with (import ./release-lib.nix);
|
|||||||
module_init_tools = linux;
|
module_init_tools = linux;
|
||||||
mono = linux;
|
mono = linux;
|
||||||
mpg321 = linux;
|
mpg321 = linux;
|
||||||
|
mupen64plus = linux;
|
||||||
mutt = linux;
|
mutt = linux;
|
||||||
mysql = linux;
|
mysql = linux;
|
||||||
mysql51 = linux;
|
mysql51 = linux;
|
||||||
@ -306,6 +307,7 @@ with (import ./release-lib.nix);
|
|||||||
tightvnc = linux;
|
tightvnc = linux;
|
||||||
time = linux;
|
time = linux;
|
||||||
tinycc = ["i686-linux"];
|
tinycc = ["i686-linux"];
|
||||||
|
uae = linux;
|
||||||
udev = linux;
|
udev = linux;
|
||||||
uml = ["i686-linux"];
|
uml = ["i686-linux"];
|
||||||
unrar = linux;
|
unrar = linux;
|
||||||
@ -319,6 +321,7 @@ with (import ./release-lib.nix);
|
|||||||
vice = linux;
|
vice = linux;
|
||||||
vim = linux;
|
vim = linux;
|
||||||
vimHugeX = linux;
|
vimHugeX = linux;
|
||||||
|
VisualBoyAdvance = linux;
|
||||||
vlc = linux;
|
vlc = linux;
|
||||||
vncrec = linux;
|
vncrec = linux;
|
||||||
vorbisTools = linux;
|
vorbisTools = linux;
|
||||||
@ -352,6 +355,7 @@ with (import ./release-lib.nix);
|
|||||||
zile = linux;
|
zile = linux;
|
||||||
zip = all;
|
zip = all;
|
||||||
zsh = linux;
|
zsh = linux;
|
||||||
|
zsnes = ["i686-linux"];
|
||||||
|
|
||||||
aspellDicts = {
|
aspellDicts = {
|
||||||
de = all;
|
de = all;
|
||||||
|
Loading…
Reference in New Issue
Block a user