Commit 9a8dd15a authored by phantamanta44's avatar phantamanta44
Browse files

maude: remove Full Maude from release

parent 9d27bdd3
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -3,14 +3,7 @@
}:

let

  version = "3.3.1";

  fullMaude = fetchurl {
    url = "https://maude.cs.illinois.edu/w/images/b/bc/Full-Maude-3.2.1.zip";
    sha256 = "0751b3c4619283b3f0adf1c3aac113f1d4334a3ca859ed00d66de5f5857563ec";
  };

in

stdenv.mkDerivation {
@@ -51,8 +44,6 @@ stdenv.mkDerivation {

  postInstall = ''
    for n in "$out/bin/"*; do wrapProgram "$n" --suffix MAUDE_LIB ':' "$out/share/maude"; done
    unzip ${fullMaude}
    install -D -m 444 full-maude.maude $out/share/maude/full-maude.maude
  '';

  enableParallelBuilding = true;