mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
Add package OpenAFS
svn path=/nixpkgs/trunk/; revision=18319
This commit is contained in:
parent
5747c2194b
commit
849f42d7bc
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user