mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
sylpheed: supports darwin
This commit is contained in:
parent
f2d3fc12b8
commit
68b5c5e9a9
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://sylpheed.sraoss.jp/en/;
|
homepage = http://sylpheed.sraoss.jp/en/;
|
||||||
description = "A lightweight and user-friendly e-mail client";
|
description = "A lightweight and user-friendly e-mail client";
|
||||||
maintainers = [ maintainers.eelco ];
|
maintainers = [ maintainers.eelco ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue