Ajout de portail captif
This commit is contained in:
parent
1a11a23795
commit
480f074966
6 changed files with 26 additions and 12 deletions
|
|
@ -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; });
|
||||
}) ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue