mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
ECL entry in all-packages
svn path=/nixpkgs/trunk/; revision=19556
This commit is contained in:
parent
99a54b362e
commit
ef4198ec8d
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue