Ajout de portail captif

This commit is contained in:
Lyes Saadi 2024-09-01 15:07:25 +02:00
parent 1a11a23795
commit 480f074966
No known key found for this signature in database
GPG key ID: 17418538BAA17767
6 changed files with 26 additions and 12 deletions

View file

@ -115,7 +115,14 @@
"--no-suite" "fprintd"
];
});
libsrtp = prev.libsrtp.overrideAttrs (_: { doCheck = false; });
libsrtp = prev.libsrtp.overrideAttrs (_: {
mesonFlags = [
"-Dcrypto-library=openssl"
"-Dcrypto-library-kdf=disabled"
"-Ddoc=disabled"
"-Dtests=disabled"
];
});
# # haskellPackages.crypton = pkgs.haskell.lib.overrideCabal prev.crypton (_: { doCheck = false; });
# # haskellPackages.cryptonite = pkgs.haskell.lib.overrideCabal prev.cryptonite (_: { doCheck = false; });
}) ];