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
|
, 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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user