Add ragel: A state machine compiler.

svn path=/nixpkgs/trunk/; revision=13881
This commit is contained in:
Nicolas Pierron
2009-01-27 14:00:54 +00:00
parent c5a95e894e
commit 507ab31cbe
2 changed files with 48 additions and 0 deletions

View File

@@ -2533,6 +2533,10 @@ let
inherit fetchurl stdenv;
});
ragel = import ../development/tools/parsing/ragel {
inherit composableDerivation fetchurl transfig texLive;
};
# couldn't find the source yet
selenium_rc_binary = import ../development/tools/selenium/remote-control {
inherit fetchurl stdenv unzip;