lxtask: fix darwin build

/cc ZHF #36454
This commit is contained in:
Daiderd Jordan 2018-03-21 21:25:54 +01:00
parent fe37684525
commit 9b5669b5a6
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
configureFlags = [ "--enable-gtk3" ];
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isDarwin "-lintl";
meta = {
description = "Lightweight and desktop independent task manager";
longDescription = ''