tdlib: enable on darwin
This commit is contained in:
parent
c70840206a
commit
fa2546f1b9
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Cross-platform library for building Telegram clients";
|
description = "Cross-platform library for building Telegram clients";
|
||||||
homepage = "https://core.telegram.org/tdlib/";
|
homepage = "https://core.telegram.org/tdlib/";
|
||||||
license = [ licenses.boost ];
|
license = [ licenses.boost ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
maintainers = [ maintainers.vyorkin ];
|
maintainers = [ maintainers.vyorkin ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user