* CIL 1.3.2
svn path=/nixpkgs/trunk/; revision=3016
This commit is contained in:
parent
c845640a64
commit
f0ee6546db
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];
|
||||||
|
}
|
@ -543,6 +543,10 @@ rec {
|
|||||||
j2sdk = blackdown;
|
j2sdk = blackdown;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cil = (import ../development/libraries/cil) {
|
||||||
|
inherit stdenv fetchurl ocaml perl;
|
||||||
|
};
|
||||||
|
|
||||||
pcre = (import ../development/libraries/pcre) {
|
pcre = (import ../development/libraries/pcre) {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user