emacs-packages: Drop redshank package

Use melpa generated package instead
This commit is contained in:
adisbladis 2019-08-04 16:17:04 +01:00
parent 1236d2d7f5
commit 7d1c5e84ca
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7
2 changed files with 0 additions and 25 deletions

View file

@ -1,23 +0,0 @@
{ stdenv, fetchgit }:
stdenv.mkDerivation rec {
pname = "redshank";
name = "${pname}-20120510";
src = fetchgit {
url = "http://www.foldr.org/~michaelw/projects/redshank.git";
rev = "f98e68f532e622bcd464292ca4a9cf5fbea14ebb";
sha256 = "1jdkgvd5xy9hl5q611jwah2n05abjp7qcy9sj4k1z11x0ii62b6p";
};
installPhase = ''
mkdir -p $out/share/emacs/site-lisp
cp *.el *.elc $out/share/emacs/site-lisp/
'';
meta = {
description = "Common Lisp Editing Extensions (for Emacs)";
homepage = http://www.foldr.org/~michaelw/emacs/redshank/;
platforms = stdenv.lib.platforms.all;
};
}

View file

@ -286,8 +286,6 @@ let
};
};
redshank = callPackage ../applications/editors/emacs-modes/redshank { };
rtags = melpaBuild rec {
pname = "rtags";
version = "2.12";