Remove emacs stratego mode
Does not build, no longer exists
This commit is contained in:
parent
df76eac6c6
commit
fd8d9098cb
@ -1,4 +0,0 @@
|
||||
source $stdenv/setup
|
||||
|
||||
mkdir -p $out/share/emacs/site-lisp
|
||||
cp $src $out/share/emacs/site-lisp/stratego.el
|
@ -1,10 +0,0 @@
|
||||
{stdenv, fetchsvn}:
|
||||
stdenv.mkDerivation {
|
||||
name = "stratego-mode";
|
||||
builder = ./builder.sh;
|
||||
src = fetchsvn {
|
||||
url = https://svn.strategoxt.org/repos/StrategoXT/stratego-editors/trunk/emacs/stratego.el;
|
||||
rev = 12678;
|
||||
sha256 = "4ab4ec587550233f29ca08b82fa0a9f7e5b33fc178348037e3ab1816bd60f538";
|
||||
};
|
||||
}
|
@ -12676,8 +12676,6 @@ in
|
||||
scalaMode1 = callPackage ../applications/editors/emacs-modes/scala-mode/v1.nix { };
|
||||
scalaMode2 = callPackage ../applications/editors/emacs-modes/scala-mode/v2.nix { };
|
||||
|
||||
stratego = callPackage ../applications/editors/emacs-modes/stratego { };
|
||||
|
||||
structuredHaskellMode = haskellPackages.structured-haskell-mode;
|
||||
|
||||
sunriseCommander = callPackage ../applications/editors/emacs-modes/sunrise-commander { };
|
||||
|
Loading…
Reference in New Issue
Block a user