mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
paredit: init at 25
This commit is contained in:
parent
6e1a2ecdaf
commit
24dc085916
1 changed files with 15 additions and 0 deletions
|
@ -1238,6 +1238,21 @@ let self = _self // overrides;
|
|||
};
|
||||
};
|
||||
|
||||
paredit = trivialBuild rec {
|
||||
pname = "paredit-${version}";
|
||||
version = "25";
|
||||
src = fetchgit {
|
||||
url = http://mumble.net/~campbell/git/paredit.git/;
|
||||
rev = "9a696fdcce87c9d9eec4569a9929d0300ac6ae5c";
|
||||
sha256 = "13wjqimp2s6pwcqix8pmsrk76bq1cxlnwmj3m57bb5y60y67vp9l";
|
||||
};
|
||||
meta = {
|
||||
homepage = http://www.emacswiki.org/emacs/ParEdit;
|
||||
description = "Minor Emacs mode for structured editing of S-expression data";
|
||||
license = gpl3Plus;
|
||||
};
|
||||
};
|
||||
|
||||
perspective = melpaBuild rec {
|
||||
pname = "perspective";
|
||||
version = "1.12";
|
||||
|
|
Loading…
Reference in a new issue