caf: disable examples

This commit is contained in:
Tobias Mayer 2019-08-30 15:47:22 +02:00
parent 53bd4ebd17
commit afcf63bc74

View file

@ -15,6 +15,10 @@ stdenv.mkDerivation rec {
buildInputs = [ openssl ]; buildInputs = [ openssl ];
cmakeFlags = [
"-DCAF_NO_EXAMPLES:BOOL=TRUE"
];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "An open source implementation of the actor model in C++"; description = "An open source implementation of the actor model in C++";
homepage = http://actor-framework.org/; homepage = http://actor-framework.org/;