add ncursesDiet, enable vimDiet, disable rpm
svn path=/nixpkgs/trunk/; revision=5994
This commit is contained in:
parent
0591f43c74
commit
3830862744
@ -1358,6 +1358,11 @@ rec {
|
|||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ncursesDiet = (import ../development/libraries/ncurses-diet) {
|
||||||
|
inherit fetchurl;
|
||||||
|
stdenv = overrideGCC stdenv dietgcc;
|
||||||
|
};
|
||||||
|
|
||||||
fontconfig = import ../development/libraries/fontconfig {
|
fontconfig = import ../development/libraries/fontconfig {
|
||||||
inherit fetchurl stdenv freetype expat;
|
inherit fetchurl stdenv freetype expat;
|
||||||
};
|
};
|
||||||
@ -2028,9 +2033,9 @@ rec {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
rpm = (import ../applications/package-management/rpm) {
|
#rpm = (import ../applications/package-management/rpm) {
|
||||||
inherit fetchurl stdenv python tcl readline file cpio beecrypt unzip neon gnupg libxml2 perl;
|
# inherit fetchurl stdenv python tcl readline file cpio beecrypt unzip neon gnupg libxml2 perl;
|
||||||
};
|
#};
|
||||||
|
|
||||||
cvs = (import ../applications/version-management/cvs) {
|
cvs = (import ../applications/version-management/cvs) {
|
||||||
inherit fetchurl stdenv vim;
|
inherit fetchurl stdenv vim;
|
||||||
@ -2427,9 +2432,10 @@ rec {
|
|||||||
inherit fetchurl stdenv ncurses;
|
inherit fetchurl stdenv ncurses;
|
||||||
};
|
};
|
||||||
|
|
||||||
# vimDiet = (import ../applications/editors/vim-diet) {
|
vimDiet = (import ../applications/editors/vim-diet) {
|
||||||
# inherit fetchurl stdenv ncurses dietgcc;
|
inherit fetchurl stdenv dietgcc;
|
||||||
# };
|
ncurses = ncursesDiet;
|
||||||
|
};
|
||||||
|
|
||||||
nedit = import ../applications/editors/nedit {
|
nedit = import ../applications/editors/nedit {
|
||||||
inherit fetchurl stdenv x11;
|
inherit fetchurl stdenv x11;
|
||||||
|
Loading…
Reference in New Issue
Block a user