Skip to content

Commit

Permalink
mailnag: 1.1.0 -> 1.2.1
Browse files Browse the repository at this point in the history
(cherry picked from commit 5b91f12)
  • Loading branch information
bkchr authored and dezgeg committed Sep 14, 2017
1 parent bd98103 commit 9475c13
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pkgs/applications/networking/mailreaders/mailnag/default.nix
Expand Up @@ -5,11 +5,11 @@

python2Packages.buildPythonApplication rec {
name = "mailnag-${version}";
version = "1.1.0";
version = "1.2.1";

src = fetchurl {
url = "https://github.com/pulb/mailnag/archive/v${version}.tar.gz";
sha256 = "0li4kvxjmbz3nqg6bysgn2wdazqrd7gm9fym3rd7148aiqqwa91r";
sha256 = "ec7ac027d93bc7d88fc270858f5a181453a6ff07f43cab20563d185818801fee";
};

buildInputs = [
Expand All @@ -30,6 +30,12 @@ python2Packages.buildPythonApplication rec {
done
'';

buildPhase = "";

installPhase = "python2 setup.py install --prefix=$out";

doCheck = false;

meta = with stdenv.lib; {
description = "An extensible mail notification daemon";
homepage = https://github.com/pulb/mailnag;
Expand Down

0 comments on commit 9475c13

Please sign in to comment.