* Sync with the trunk.

svn path=/nixpkgs/branches/stdenv-updates/; revision=19786
This commit is contained in:
Eelco Dolstra
2010-02-03 14:23:43 +00:00
60 changed files with 1522 additions and 261 deletions

View File

@@ -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 ];