forked from mirrors/nixpkgs
Coccinelle 0.2.1.
svn path=/nixpkgs/trunk/; revision=19736
This commit is contained in:
parent
e80d65426f
commit
486ec4bddd
|
@ -1,11 +1,11 @@
|
|||
{ fetchurl, stdenv, ocaml, perl, python, ncurses, makeWrapper }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "coccinelle-0.2.0";
|
||||
name = "coccinelle-0.2.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://coccinelle.lip6.fr/distrib/${name}.tgz";
|
||||
sha256 = "1mg6r92h8j3kqgy9iv6kk0g96m84wcj71iavgvv9qdbk3qwim8i4";
|
||||
sha256 = "06nfk40kq0pxz38pw7j3ldkakr4bx0dlypyfg3gimx8a751i0b22";
|
||||
};
|
||||
|
||||
buildInputs = [ ocaml perl python ncurses makeWrapper ];
|
||||
|
|
Loading…
Reference in a new issue