cherrytree: 0.35.9 -> 0.37.1

mimadrid eaeb69c4 aea9c778

+10 -11
+7 -7
pkgs/applications/misc/cherrytree/default.nix
··· 4 stdenv.mkDerivation rec { 5 6 name = "cherrytree-${version}"; 7 - version = "0.35.9"; 8 9 src = fetchurl { 10 url = "http://www.giuspen.com/software/${name}.tar.xz"; 11 - sha256 = "14yahp0y13z3xkpwvprm7q9x3rj6jbzi0bryqlsn3bbafdq7wnac"; 12 }; 13 14 propagatedBuildInputs = with pythonPackages; ··· 33 34 doCheck = false; 35 36 - meta = { 37 description = "An hierarchical note taking application"; 38 longDescription = '' 39 Cherrytree is an hierarchical note taking application, ··· 44 documents. All those little bits of information you have scattered 45 around your hard drive can be conveniently placed into a 46 Cherrytree document where you can easily find it. 47 - ''; 48 homepage = http://www.giuspen.com/cherrytree; 49 license = licenses.gpl3; 50 - platforms = platforms.linux; 51 - maintainers = [ maintainers.AndersonTorres ]; 52 - }; 53 }
··· 4 stdenv.mkDerivation rec { 5 6 name = "cherrytree-${version}"; 7 + version = "0.37.1"; 8 9 src = fetchurl { 10 url = "http://www.giuspen.com/software/${name}.tar.xz"; 11 + sha256 = "45f1cee4067598cf2ca8ae6f89d03789b86f9e3bf196236119868653420d7cdd"; 12 }; 13 14 propagatedBuildInputs = with pythonPackages; ··· 33 34 doCheck = false; 35 36 + meta = { 37 description = "An hierarchical note taking application"; 38 longDescription = '' 39 Cherrytree is an hierarchical note taking application, ··· 44 documents. All those little bits of information you have scattered 45 around your hard drive can be conveniently placed into a 46 Cherrytree document where you can easily find it. 47 + ''; 48 homepage = http://www.giuspen.com/cherrytree; 49 license = licenses.gpl3; 50 + platforms = platforms.linux; 51 + maintainers = [ maintainers.AndersonTorres ]; 52 + }; 53 }
+3 -4
pkgs/applications/misc/cherrytree/subprocess.patch
··· 1 - diff -Naur cherrytree-0.35.6-orig/setup.py cherrytree-0.35.6/setup.py 2 - --- cherrytree-0.35.6-orig/setup.py 2014-05-30 23:25:11.000000000 +0200 3 - +++ cherrytree-0.35.6/setup.py 2015-01-29 07:35:32.785904009 +0100 4 @@ -205,4 +205,9 @@ 5 }, 6 distclass=CherryTreeDist ··· 12 + pass # handle errors in the called executable 13 + except OSError: 14 + pass # executable not found 15 -
··· 1 + diff -Naur cherrytree-0.37.1-orig/setup.py cherrytree-0.37.1/setup.py 2 + --- cherrytree-0.37.1-orig/setup.py 2016-01-08 20:50:50.000000000 +0100 3 + +++ cherrytree-0.37.1/setup.py 2016-07-05 20:30:27.768178682 +0200 4 @@ -205,4 +205,9 @@ 5 }, 6 distclass=CherryTreeDist ··· 12 + pass # handle errors in the called executable 13 + except OSError: 14 + pass # executable not found