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