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
1 changed files with 7 additions and 0 deletions
|
@ -1268,6 +1268,10 @@ rec {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sysklogd = (import ../os-specific/linux/sysklogd) {
|
||||||
|
inherit fetchurl stdenv;
|
||||||
|
};
|
||||||
|
|
||||||
sysvinit = (import ../os-specific/linux/sysvinit) {
|
sysvinit = (import ../os-specific/linux/sysvinit) {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
@ -1610,6 +1614,9 @@ rec {
|
||||||
inherit fetchurl stdenv ncurses;
|
inherit fetchurl stdenv ncurses;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vimDiet = (import ../applications/editors/vim-diet) {
|
||||||
|
inherit fetchurl stdenv ncurses dietgcc;
|
||||||
|
};
|
||||||
|
|
||||||
### GAMES
|
### GAMES
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue