ECL entry in all-packages

svn path=/nixpkgs/trunk/; revision=19556
This commit is contained in:
Michael Raskin 2010-01-20 05:41:18 +00:00
parent 99a54b362e
commit ef4198ec8d

View file

@ -1806,6 +1806,10 @@ let
};
};
ecl = builderDefsPackage ../development/compilers/ecl {
inherit gmp mpfr;
};
adobeFlexSDK33 = import ../development/compilers/adobe-flex-sdk {
inherit fetchurl stdenv unzip jre;
};