Remove mcrl

Does not build because source no longer exists
This commit is contained in:
Tim Steinbach
2016-11-03 21:34:28 -04:00
parent c36a1d6502
commit df76eac6c6
2 changed files with 0 additions and 16 deletions

View File

@@ -1,14 +0,0 @@
{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";
}