mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
emacs-prop-menu: 0.1.2 -> 0.1.2
This commit is contained in:
parent
3870a67f94
commit
5bd81826b7
1 changed files with 0 additions and 15 deletions
|
@ -311,21 +311,6 @@ let
|
|||
inherit lib;
|
||||
};
|
||||
|
||||
prop-menu = melpaBuild rec {
|
||||
pname = "prop-menu";
|
||||
version = "0.1.2";
|
||||
src = fetchFromGitHub {
|
||||
owner = "david-christiansen";
|
||||
repo = "${pname}-el";
|
||||
rev = version;
|
||||
sha256 = "18ap2liz5r5a8ja2zz9182fnfm47jnsbyblpq859zks356k37iwc";
|
||||
};
|
||||
meta = {
|
||||
description = "Library for computing context menus based on text properties and overlays in Emacs";
|
||||
license = gpl3Plus;
|
||||
};
|
||||
};
|
||||
|
||||
pyvenv = melpaBuild rec {
|
||||
pname = "pyvenv";
|
||||
version = "1.7";
|
||||
|
|
Loading…
Reference in a new issue