olm: limit to linux
doesn't build on Darwin, tries to use gcc
This commit is contained in:
@@ -8,6 +8,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Implements double cryptographic ratchet and Megolm ratchet";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
homepage = https://matrix.org/git/olm/about;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
|
||||
src = fetchurl {
|
||||
|
||||
Reference in New Issue
Block a user