summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-12-24 13:40:32 +0100
committerMatthias Beyer <mail@beyermatthias.de>2022-12-24 13:40:33 +0100
commit92b4d99cde2b9f63c684f7009259c0241846a870 (patch)
tree7caca05904a27445158d3a7a9d4bceb333aba26f
parentdbf13d05c02f068a65853b40a1b2217ca01d8396 (diff)
libquotient: Remove ENABLE_E2EE=OFFupdate-libquotient
This library now builds without this flag. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--pkgs/development/libraries/libquotient/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/development/libraries/libquotient/default.nix b/pkgs/development/libraries/libquotient/default.nix
index 880a130f0890..c112f0a33485 100644
--- a/pkgs/development/libraries/libquotient/default.nix
+++ b/pkgs/development/libraries/libquotient/default.nix
@@ -15,11 +15,6 @@ mkDerivation rec {
nativeBuildInputs = [ cmake ];
- cmakeFlags = [
- # we need libqtolm for this
- "-DQuotient_ENABLE_E2EE=OFF"
- ];
-
# https://github.com/quotient-im/libQuotient/issues/551
postPatch = ''
substituteInPlace Quotient.pc.in \