mblaze: 0.4 -> 0.5 (#55526)
This commit is contained in:
parent
5a4ac09f31
commit
699998ef1b
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mblaze-${version}";
|
name = "mblaze-${version}";
|
||||||
version = "0.4";
|
version = "0.5";
|
||||||
|
|
||||||
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ libiconv ];
|
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ libiconv ];
|
||||||
|
|
||||||
@ -10,11 +10,15 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "chneukirchen";
|
owner = "chneukirchen";
|
||||||
repo = "mblaze";
|
repo = "mblaze";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "15ac213a17mxni3bqvzxhiln65s4almrlmv72bbcgi7cymb303rp";
|
sha256 = "0fyvydafpz7vmwgn7hc4drm9sb7367smrd07wfyizpas0gmxw2j8";
|
||||||
};
|
};
|
||||||
|
|
||||||
makeFlags = "PREFIX=$(out)";
|
makeFlags = "PREFIX=$(out)";
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
install -Dm644 -t $out/share/zsh/site-functions contrib/_mblaze
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/chneukirchen/mblaze;
|
homepage = https://github.com/chneukirchen/mblaze;
|
||||||
description = "Unix utilities to deal with Maildir";
|
description = "Unix utilities to deal with Maildir";
|
||||||
|
Loading…
Reference in New Issue
Block a user