From cf3bfc34b4db9902824568fc4d6fb05bf08a2547 Mon Sep 17 00:00:00 2001 From: quapka Date: Mon, 5 Aug 2024 18:22:49 +0200 Subject: Keep consistent ordering of libs --- flake.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index e86e660..114837c 100644 --- a/flake.nix +++ b/flake.nix @@ -209,9 +209,10 @@ buildECTesterStandalone = { tomcrypt ? { version = null; hash = null; }, tommath ? { version = null; hash = null; }, - openssl ? { version = null; hash = null; }, botan ? { version = null; source_extension = null; hash = null; }, cryptopp ? { version = null; hash = null; }, + openssl ? { version = null; hash = null; }, + boringssl ? { version = null; hash = null; }, }: ( let tomcryptShim = tomcryptShimBuilder { @@ -275,9 +276,10 @@ packages = rec { default = openssl.v331; tomcrypt = pkgs.callPackage ./nix/tomcrypt_pkg_versions.nix { inherit buildECTesterStandalone; }; - openssl = pkgs.callPackage ./nix/openssl_pkg_versions.nix { inherit buildECTesterStandalone; }; botan = pkgs.callPackage ./nix/botan_pkg_versions.nix { inherit buildECTesterStandalone; }; cryptopp = pkgs.callPackage ./nix/cryptopp_pkg_versions.nix { inherit buildECTesterStandalone; }; + openssl = pkgs.callPackage ./nix/openssl_pkg_versions.nix { inherit buildECTesterStandalone; }; + boringssl = pkgs.callPackage ./nix/boringssl_pkg_versions.nix { inherit buildECTesterStandalone; }; }; devShells.default = with pkgs; mkShell rec { nativeBuildInputs = [ -- cgit v1.2.3-70-g09d2