mailnag: 1.1.0 -> 1.2.1
This commit is contained in:
parent
4944610903
commit
5b91f125aa
|
@ -5,11 +5,11 @@
|
||||||
|
|
||||||
python2Packages.buildPythonApplication rec {
|
python2Packages.buildPythonApplication rec {
|
||||||
name = "mailnag-${version}";
|
name = "mailnag-${version}";
|
||||||
version = "1.1.0";
|
version = "1.2.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/pulb/mailnag/archive/v${version}.tar.gz";
|
url = "https://github.com/pulb/mailnag/archive/v${version}.tar.gz";
|
||||||
sha256 = "0li4kvxjmbz3nqg6bysgn2wdazqrd7gm9fym3rd7148aiqqwa91r";
|
sha256 = "ec7ac027d93bc7d88fc270858f5a181453a6ff07f43cab20563d185818801fee";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
@ -30,6 +30,12 @@ python2Packages.buildPythonApplication rec {
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
buildPhase = "";
|
||||||
|
|
||||||
|
installPhase = "python2 setup.py install --prefix=$out";
|
||||||
|
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "An extensible mail notification daemon";
|
description = "An extensible mail notification daemon";
|
||||||
homepage = https://github.com/pulb/mailnag;
|
homepage = https://github.com/pulb/mailnag;
|
||||||
|
|
Loading…
Reference in New Issue