mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
emacs-pyvenv: 1.7 -> 1.9
This commit is contained in:
parent
5bd81826b7
commit
60323b7d47
@ -311,25 +311,6 @@ let
|
||||
inherit lib;
|
||||
};
|
||||
|
||||
pyvenv = melpaBuild rec {
|
||||
pname = "pyvenv";
|
||||
version = "1.7";
|
||||
src = fetchFromGitHub {
|
||||
owner = "jorgenschaefer";
|
||||
repo = pname;
|
||||
rev = "e4f2fa7a32cf480f34d628d8eb5b9b60374d0e8e";
|
||||
sha256 = "1669id1p69kpq8zzldxj1p6iyz68701snn462g22k2acfzc2bfha";
|
||||
};
|
||||
meta = {
|
||||
description = "Python virtual environment interface for Emacs";
|
||||
longDescription = ''
|
||||
This is a simple global minor mode which will replicate the changes done
|
||||
by virtualenv activation inside Emacs.
|
||||
'';
|
||||
license = gpl2Plus;
|
||||
};
|
||||
};
|
||||
|
||||
rainbow-delimiters = melpaBuild rec {
|
||||
pname = "rainbow-delimiters";
|
||||
version = "2.1.1";
|
||||
|
Loading…
Reference in New Issue
Block a user