Claimed maintainership of VICE package and added VICE to the releases.nix

svn path=/nixpkgs/trunk/; revision=17049
This commit is contained in:
Sander van der Burg 2009-09-11 13:16:00 +00:00
parent 687f931c12
commit 3a5645269d
3 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, perl, gettext, libpng, giflib, libjpeg, alsaLib, readline, mesa { stdenv, fetchurl, lib, perl, gettext, libpng, giflib, libjpeg, alsaLib, readline, mesa
, pkgconfig, gtk, SDL, autoconf, automake, makeDesktopItem , pkgconfig, gtk, SDL, autoconf, automake, makeDesktopItem
}: }:
@ -36,5 +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";
maintainers = [ lib.maintainers.sander ];
}; };
} }

View File

@ -8238,7 +8238,7 @@ let
}; };
vice = import ../misc/emulators/vice { vice = import ../misc/emulators/vice {
inherit stdenv fetchurl perl gettext libpng giflib libjpeg alsaLib readline mesa; inherit stdenv fetchurl lib perl gettext libpng giflib libjpeg alsaLib readline mesa;
inherit pkgconfig SDL makeDesktopItem autoconf automake; inherit pkgconfig SDL makeDesktopItem autoconf automake;
inherit (gtkLibs) gtk; inherit (gtkLibs) gtk;
}; };

View File

@ -376,6 +376,7 @@ in {
uzbl = linux; uzbl = linux;
valgrind = linux; valgrind = linux;
viking = linux; viking = linux;
vice = linux;
vim = linux; vim = linux;
vimHugeX = linux; vimHugeX = linux;
vlc = linux; vlc = linux;