olm: limit to linux
doesn't build on Darwin, tries to use gcc
This commit is contained in:
parent
1303e7e55a
commit
0b1b8a8dc2
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue