qvim: upgrade to 20140827 (stable)
This commit is contained in:
parent
4e11748886
commit
f383ecb8c4
|
@ -1,5 +1,8 @@
|
||||||
args@{...}: with args;
|
args@{...}: with args;
|
||||||
|
|
||||||
|
let tag = "20140827";
|
||||||
|
sha256 = "02adf2212872db3c5d133642d2c12fbfc28b506e4c0c42552e3d079756f63f65";
|
||||||
|
in
|
||||||
|
|
||||||
let inherit (args.composableDerivation) composableDerivation edf; in
|
let inherit (args.composableDerivation) composableDerivation edf; in
|
||||||
composableDerivation {
|
composableDerivation {
|
||||||
|
@ -9,14 +12,14 @@ composableDerivation {
|
||||||
else stdenv ).mkDerivation;
|
else stdenv ).mkDerivation;
|
||||||
} (fix: {
|
} (fix: {
|
||||||
|
|
||||||
name = "qvim-7.4";
|
name = "qvim-7.4." + tag;
|
||||||
|
|
||||||
enableParallelBuilding = true; # test this
|
enableParallelBuilding = true; # test this
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = https://bitbucket.org/equalsraf/vim-qt.git ;
|
url = https://bitbucket.org/equalsraf/vim-qt.git ;
|
||||||
rev = "4160bfd5c1380e899d2f426b494fc4f1cf6ae85e";
|
rev = "refs/tags/package-" + tag;
|
||||||
sha256 = "1qa3xl1b9gqw66p71h53l7ibs4y3zfyj553jss70ybxaxchbhi5b";
|
inherit sha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
# FIXME: adopt Darwin fixes from vim/default.nix, then chage meta.platforms.linux
|
# FIXME: adopt Darwin fixes from vim/default.nix, then chage meta.platforms.linux
|
||||||
|
|
Loading…
Reference in New Issue