* added mCRL

svn path=/nixpkgs/trunk/; revision=15869
This commit is contained in:
Rob Vermaas 2009-06-05 13:32:39 +00:00
parent 9f7731c3d6
commit d7b4e11220

View File

@ -0,0 +1,14 @@
{stdenv, fetchurl, coreutils}:
stdenv.mkDerivation {
name = "mcrl-2.18.4";
src = fetchurl {
url = http://homepages.cwi.nl/~mcrl/mcrl-2.18.4.tar.gz ;
sha256 = "0gld7x3cv3y0vwjr1snz24xzr818sj1l2dfn8qhirfyhc7dnnqfw";
};
RMPROG = "${coreutils}/bin/rm -f";
}