3
0
Fork 0
forked from mirrors/nixpkgs

zim: 0.65 -> 0.67-rc2

This commit is contained in:
Pascal Wittmann 2017-06-18 12:19:16 +02:00
parent 76ea4df5f9
commit 770845d372
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -9,11 +9,11 @@
python2Packages.buildPythonApplication rec {
name = "zim-${version}";
version = "0.65";
version = "0.67-rc2";
src = fetchurl {
url = "http://zim-wiki.org/downloads/${name}.tar.gz";
sha256 = "15pdq4fxag85qjsrdmmssiq85qsk5vnbp8mrqnpvx8lm8crz6hjl";
sha256 = "0l4q2dfnvyn0jr1lggf8g7515q4z7qr1lnmy0lsyhjf477ldszqf";
};
propagatedBuildInputs = with python2Packages; [ pyGtkGlade pyxdg pygobject2 ];
@ -37,9 +37,10 @@ python2Packages.buildPythonApplication rec {
'';
meta = {
description = "A desktop wiki";
homepage = http://zim-wiki.org;
license = stdenv.lib.licenses.gpl2Plus;
meta = with stdenv.lib; {
description = "A desktop wiki";
homepage = http://zim-wiki.org;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ pSub ];
};
}