Build e2fsprogs at last

svn path=/nixpkgs/trunk/; revision=13719
This commit is contained in:
Michael Raskin
2009-01-06 23:22:29 +00:00
parent 7b6b14df31
commit ed11a2bbc8
2 changed files with 10 additions and 1 deletions

View File

@@ -6702,6 +6702,10 @@ let
inherit fetchurl stdenv e2fsprogs;
};
utillinuxngCurses = composedArgsAndFun (import ../os-specific/linux/util-linux-ng) {
inherit fetchurl stdenv e2fsprogs ncurses;
};
wesnoth = import ../games/wesnoth {
inherit fetchurl stdenv SDL SDL_image SDL_mixer SDL_net gettext zlib boost freetype;
};