vimPlugins.ipython: add expression

close #1141
This commit is contained in:
Jason \"Don\" O'Conal 2013-10-28 21:14:12 +00:00 committed by Evgeny Egorochkin
parent 85b69834e7
commit db5c6917f3

View File

@ -197,6 +197,23 @@ in rec
};
};
ipython = simpleDerivation {
name = "vim-ipython-ff8f88f3fe518851a91dc88aaa5a75f8f352a960";
src = fetchurl {
url = "https://github.com/ivanov/vim-ipython/archive/ff8f88f3fe518851a91dc88aaa5a75f8f352a960.tar.gz";
sha256 = "0hlx526dm8amrvh41kwnmgvvdzs6sh5yc5sfq4nk1zjkfcp1ah5j";
};
path = "ipython";
meta = with stdenv.lib; {
description = "A two-way integration between vim and iPython";
homepage = https://github.com/ivanov/vim-ipython;
repositories.git = https://github.com/ivanov/vim-ipython.git;
license = licenses.publicDomain;
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix;
};
};
taglist = simpleDerivation {
name = "vim-taglist-4.6";
meta = with stdenv.lib; {