caf: disable examples
This commit is contained in:
parent
53bd4ebd17
commit
afcf63bc74
1 changed files with 4 additions and 0 deletions
|
@ -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/;
|
||||||
|
|
Loading…
Reference in a new issue