olm: limit to linux

doesn't build on Darwin, tries to use gcc
This commit is contained in:
Uli Baum 2018-07-11 11:28:39 +02:00
parent 1303e7e55a
commit 0b1b8a8dc2

View file

@ -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 {