* CIL 1.3.2
svn path=/nixpkgs/trunk/; revision=3016
This commit is contained in:
8
pkgs/development/libraries/cil/default.nix
Normal file
8
pkgs/development/libraries/cil/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{stdenv, fetchurl, ocaml, perl}: stdenv.mkDerivation {
|
||||
name = "cil-1.3.2";
|
||||
src = fetchurl {
|
||||
url = http://manju.cs.berkeley.edu/cil/distrib/cil-1.3.2.tar.gz;
|
||||
md5 = "aba80dd700fcb1411598670cc36a9573";
|
||||
};
|
||||
buildInputs = [ocaml perl];
|
||||
}
|
||||
Reference in New Issue
Block a user