From d75a844eee9a248d3abeb3ab80821fd4e3a02788 Mon Sep 17 00:00:00 2001 From: quapka Date: Fri, 26 Jul 2024 10:41:56 +0200 Subject: Remove redundant IPP Crypto shim --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index ae43bb1..2c821ab 100644 --- a/flake.nix +++ b/flake.nix @@ -124,7 +124,6 @@ boringsslShim = import ./nix/boringsslshim.nix { inherit pkgs; boringssl = patched_boringssl; }; gcryptShim = import ./nix/gcryptshim.nix { inherit pkgs libgcrypt libgpg-error; }; mbedtlsShim = import ./nix/mbedtlsshim.nix { pkgs = pkgs; }; - ippcryptoShim = import ./nix/ippcryptoshim.nix { pkgs = pkgs; ipp-crypto = customPkgs.ipp-crypto; }; ippcpShim = import ./nix/ippcpshim.nix { pkgs = pkgs; ipp-crypto = customPkgs.ipp-crypto; }; overlays = []; -- cgit v1.3.1