Claimed maintainership of VICE package and added VICE to the releases.nix
svn path=/nixpkgs/trunk/; revision=17049
This commit is contained in:
parent
687f931c12
commit
3a5645269d
@ -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
|
||||
}:
|
||||
|
||||
@ -36,5 +36,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Commodore 64, 128 and other emulators";
|
||||
homepage = http://www.viceteam.org;
|
||||
license = "GPL";
|
||||
maintainers = [ lib.maintainers.sander ];
|
||||
};
|
||||
}
|
||||
|
@ -8238,7 +8238,7 @@ let
|
||||
};
|
||||
|
||||
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 (gtkLibs) gtk;
|
||||
};
|
||||
|
@ -376,6 +376,7 @@ in {
|
||||
uzbl = linux;
|
||||
valgrind = linux;
|
||||
viking = linux;
|
||||
vice = linux;
|
||||
vim = linux;
|
||||
vimHugeX = linux;
|
||||
vlc = linux;
|
||||
|
Loading…
Reference in New Issue
Block a user