Adding yafc-1.1.1

svn path=/nixpkgs/trunk/; revision=13846
This commit is contained in:
Lluís Batlle i Rossell
2009-01-25 14:31:51 +00:00
parent fb1fd1115f
commit c844c68142
2 changed files with 24 additions and 0 deletions

View File

@@ -8941,6 +8941,10 @@ let
inherit (xlibs) libX11;
};
yafc = import ../applications/networking/yafc {
inherit fetchurl stdenv readline openssh;
};
myEnvFun = import ../misc/my-env {
inherit substituteAll pkgs;
inherit (stdenv) mkDerivation;