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";
|
||||
homepage = "https://core.telegram.org/tdlib/";
|
||||
license = [ licenses.boost ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.vyorkin ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user