Created
June 15, 2015 18:34
-
-
Save codedmart/d8f9e87fd133dcc50f60 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| myVim = self.stdenv.lib.overrideDerivation self.vimNox (oldAttrs: { | |
| name = "vim_configurable-7.4.712"; | |
| src = self.fetchurl { | |
| url = "http://mirrors.kernel.org/debian/pool/main/v/vim/vim_7.4.712.orig.tar.gz"; | |
| sha256 = "0p5mcr5402d3vxy3wv5q6qbhd23b4kzffifgkz90bil2csgvld5k"; | |
| }; | |
| patches = [ | |
| #./vimNox/python_framework.patch | |
| ]; | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment