Add package OpenAFS

svn path=/nixpkgs/trunk/; revision=18319
This commit is contained in:
Marco Maggesi 2009-11-10 14:59:39 +00:00
parent 5747c2194b
commit 849f42d7bc

View file

@ -2880,6 +2880,11 @@ let
inherit fetchurl stdenv;
};
openafsClient = import ../servers/openafs-client {
inherit stdenv fetchurl autoconf automake flex yacc;
inherit kernel_2_6_28 glibc ncurses perl krb5;
};
openocd = import ../development/tools/misc/openocd {
inherit fetchurl stdenv libftdi;
};