claws-mail: 3.14.0 -> 3.14.1
This commit is contained in:
parent
944403a3fd
commit
bd3ac6938b
@ -32,19 +32,11 @@ with stdenv.lib;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "claws-mail-${version}";
|
name = "claws-mail-${version}";
|
||||||
version = "3.14.0";
|
version = "3.14.1";
|
||||||
|
|
||||||
meta = {
|
|
||||||
description = "The user-friendly, lightweight, and fast email client";
|
|
||||||
homepage = http://www.claws-mail.org/;
|
|
||||||
license = licenses.gpl3;
|
|
||||||
platforms = platforms.linux;
|
|
||||||
maintainers = with maintainers; [ khumba fpletz ];
|
|
||||||
};
|
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.claws-mail.org/download.php?file=releases/claws-mail-${version}.tar.xz";
|
url = "http://www.claws-mail.org/download.php?file=releases/claws-mail-${version}.tar.xz";
|
||||||
sha256 = "0nfchgga3ir91s8rky0a0vnz8cgj2f6h716wh3cmb466a01xfss6";
|
sha256 = "0df34gj4r5cbb92834hph19gnh7ih9rgmmw47rliyg8b9z01v6mp";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./mime.patch ];
|
patches = [ ./mime.patch ];
|
||||||
@ -99,4 +91,12 @@ stdenv.mkDerivation rec {
|
|||||||
mkdir -p $out/share/applications
|
mkdir -p $out/share/applications
|
||||||
cp claws-mail.desktop $out/share/applications
|
cp claws-mail.desktop $out/share/applications
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "The user-friendly, lightweight, and fast email client";
|
||||||
|
homepage = http://www.claws-mail.org/;
|
||||||
|
license = licenses.gpl3;
|
||||||
|
platforms = platforms.linux;
|
||||||
|
maintainers = with maintainers; [ khumba fpletz globin ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user