mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
emacs-packages.cua: Drop manually created package
It's included in emacs since version 22
This commit is contained in:
parent
15f70ea7ed
commit
221ed56467
3 changed files with 0 additions and 13 deletions
|
@ -1,4 +0,0 @@
|
|||
source $stdenv/setup
|
||||
|
||||
mkdir -p $out/emacs/site-lisp
|
||||
cp $src $out/emacs/site-lisp/cua.el
|
|
@ -1,8 +0,0 @@
|
|||
{stdenv, fetchurl}: stdenv.mkDerivation {
|
||||
name = "cua-mode-2.10";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://tarballs.nixos.org/cua-mode-2.10.el;
|
||||
sha256 = "01877xjbq0v9wrpcbnhvppdn9wxliwkkjg3dr6k795mjgslwhr1b";
|
||||
};
|
||||
}
|
|
@ -149,7 +149,6 @@
|
|||
colorThemeSolarized = callPackage ./color-theme-solarized {
|
||||
colorTheme = self.color-theme;
|
||||
};
|
||||
cua = callPackage ./cua { };
|
||||
emacsClangCompleteAsync = callPackage ./emacs-clang-complete-async { };
|
||||
emacsSessionManagement = callPackage ./session-management-for-emacs { };
|
||||
hsc3-mode = callPackage ./hsc3 { };
|
||||
|
|
Loading…
Reference in a new issue