diff options
| author | quapka | 2024-07-25 10:11:36 +0200 |
|---|---|---|
| committer | quapka | 2024-07-25 10:19:33 +0200 |
| commit | c7300fb4a772b0d2364b0fff20f9676fdb79ac9b (patch) | |
| tree | 8f95375d122e32987fd9c319e716da68b090925a /flake.nix | |
| parent | 98e95fbfe9b3b1dc889cd227a1b700ff0a61e136 (diff) | |
| download | ECTester-c7300fb4a772b0d2364b0fff20f9676fdb79ac9b.tar.gz ECTester-c7300fb4a772b0d2364b0fff20f9676fdb79ac9b.tar.zst ECTester-c7300fb4a772b0d2364b0fff20f9676fdb79ac9b.zip | |
Link Crypto++ statically
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -66,6 +66,7 @@ libtomcrypt = pkgs.libtomcrypt.overrideAttrs (final: prev: { makefile = "makefile.unix"; }); + cryptopp = pkgs.cryptopp.override { enableStatic = true; }; libressl = pkgs.libressl.overrideAttrs (_old: rec { # devLibPath = pkgs.lib.makeLibraryPath [ pkgs.libressl.dev ]; # pname = "libressl"; |
