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:
parent
45f652ce1b
commit
21fdfeedb7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue