aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorquapka2024-07-25 10:11:36 +0200
committerquapka2024-07-25 10:19:33 +0200
commitc7300fb4a772b0d2364b0fff20f9676fdb79ac9b (patch)
tree8f95375d122e32987fd9c319e716da68b090925a /flake.nix
parent98e95fbfe9b3b1dc889cd227a1b700ff0a61e136 (diff)
downloadECTester-c7300fb4a772b0d2364b0fff20f9676fdb79ac9b.tar.gz
ECTester-c7300fb4a772b0d2364b0fff20f9676fdb79ac9b.tar.zst
ECTester-c7300fb4a772b0d2364b0fff20f9676fdb79ac9b.zip
Link Crypto++ statically
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 0f8c3f6..7265e2f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";