nxml-mode: Remove

This package is now part of Emacs itself.
This commit is contained in:
Eelco Dolstra 2012-11-23 11:10:30 +01:00
parent 8fd7d5a5fe
commit 880ce8da2e
3 changed files with 2 additions and 19 deletions

View file

@ -1,7 +0,0 @@
source $stdenv/setup
mkdir -p $out/emacs/site-lisp
cd $out/emacs/site-lisp
tar xvfz $src
mv nxml-mode-*/* .
rmdir nxml-mode-*

View file

@ -1,8 +0,0 @@
{stdenv, fetchurl}: stdenv.mkDerivation {
name = "nxml-mode-20041004";
builder = ./builder.sh;
src = fetchurl {
url = http://nixos.org/tarballs/nxml-mode-20041004.tar.gz;
md5 = "ac137024cf337d6f11d8ab278d39b4db";
};
}

View file

@ -6900,8 +6900,6 @@ let
notmuch = callPackage ../applications/networking/mailreaders/notmuch { };
nxml = callPackage ../applications/editors/emacs-modes/nxml { };
# This is usually a newer version of Org-Mode than that found in GNU Emacs, so
# we want it to have higher precedence.
org = hiPrio (callPackage ../applications/editors/emacs-modes/org { });
@ -6916,8 +6914,8 @@ let
proofgeneral = callPackage ../applications/editors/emacs-modes/proofgeneral {
texLive = pkgs.texLiveAggregationFun {
paths = [ pkgs.texLive pkgs.texLiveCMSuper ];
};
paths = [ pkgs.texLive pkgs.texLiveCMSuper ];
};
};
quack = callPackage ../applications/editors/emacs-modes/quack { };