Update macvim package to v7.4.355

MacVim's maintenance has stagnated, so this moves `macvim` to a new maintainer.
Additionally, the `-headerpad_max_install_names` linker flag is passed to
prevent problems when setting the rpaths.
This commit is contained in:
Charles Strahan
2014-07-07 00:16:55 -04:00
parent 74d51f0b4e
commit 03391f9894
2 changed files with 34 additions and 4 deletions
+4 -4
View File
@@ -6,13 +6,13 @@ let inherit (stdenvAdapters.overrideGCC stdenv gccApple) mkDerivation;
in mkDerivation rec {
name = "macvim-${version}";
version = "7.4-73";
version = "7.4.355";
src = fetchFromGitHub {
owner = "b4winckler";
owner = "genoma";
repo = "macvim";
rev = "snapshot-73";
sha256 = "0zv82y2wz8b482khkgbl08cnxq3pv5bm37c71wgfa0fzy3h12gcj";
rev = "c18a61f9723565664ffc2eda9179e96c95860e25";
sha256 = "190bngg8m4bwqcia7w24gn7mmqkhk0mavxy81ziwysam1f652ymf";
};
enableParallelBuilding = true;