3
0
Fork 0
forked from mirrors/nixpkgs

whoops. Forgot to add vimDiet and sysklogd in all-packages-generic. D'oh!

svn path=/nixpkgs/trunk/; revision=4018
This commit is contained in:
Armijn Hemel 2005-10-05 14:16:58 +00:00
parent 45f652ce1b
commit 21fdfeedb7

View file

@ -1268,6 +1268,10 @@ rec {
inherit fetchurl stdenv;
};
sysklogd = (import ../os-specific/linux/sysklogd) {
inherit fetchurl stdenv;
};
sysvinit = (import ../os-specific/linux/sysvinit) {
inherit fetchurl stdenv;
};
@ -1610,6 +1614,9 @@ rec {
inherit fetchurl stdenv ncurses;
};
vimDiet = (import ../applications/editors/vim-diet) {
inherit fetchurl stdenv ncurses dietgcc;
};
### GAMES