* added mCRL
svn path=/nixpkgs/trunk/; revision=15869
This commit is contained in:
parent
9f7731c3d6
commit
d7b4e11220
14
pkgs/tools/misc/mcrl/default.nix
Normal file
14
pkgs/tools/misc/mcrl/default.nix
Normal 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";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user