File tree 1 file changed +8
-2
lines changed
pkgs/applications/networking/mailreaders/mailnag
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 5
5
6
6
python2Packages . buildPythonApplication rec {
7
7
name = "mailnag-${ version } " ;
8
- version = "1.1.0 " ;
8
+ version = "1.2.1 " ;
9
9
10
10
src = fetchurl {
11
11
url = "https://github.com/pulb/mailnag/archive/v${ version } .tar.gz" ;
12
- sha256 = "0li4kvxjmbz3nqg6bysgn2wdazqrd7gm9fym3rd7148aiqqwa91r " ;
12
+ sha256 = "ec7ac027d93bc7d88fc270858f5a181453a6ff07f43cab20563d185818801fee " ;
13
13
} ;
14
14
15
15
buildInputs = [
@@ -30,6 +30,12 @@ python2Packages.buildPythonApplication rec {
30
30
done
31
31
'' ;
32
32
33
+ buildPhase = "" ;
34
+
35
+ installPhase = "python2 setup.py install --prefix=$out" ;
36
+
37
+ doCheck = false ;
38
+
33
39
meta = with stdenv . lib ; {
34
40
description = "An extensible mail notification daemon" ;
35
41
homepage = https://github.com/pulb/mailnag ;
You can’t perform that action at this time.
0 commit comments