Loading pkgs/tools/security/sequoia/default.nix +1 −7 Original line number Diff line number Diff line Loading @@ -6,13 +6,10 @@ , git , nettle , nix-update-script # Use the same llvmPackages version as Rust , llvmPackages_12 , cargo , rustc , rustPlatform , pkg-config , glib , openssl , sqlite , capnproto Loading Loading @@ -50,8 +47,7 @@ rustPlatform.buildRustPackage rec { cargo rustc git llvmPackages_12.libclang.lib llvmPackages_12.clang rustPlatform.bindgenHook ensureNewerSourcesForZipFilesHook capnproto ] ++ Loading Loading @@ -81,8 +77,6 @@ rustPlatform.buildRustPackage rec { "build-release" ]; LIBCLANG_PATH = "${llvmPackages_12.libclang.lib}/lib"; # Sometimes, tests fail on CI (ofborg) & hydra without this checkFlags = [ # doctest for sequoia-ipc fail for some reason Loading Loading
pkgs/tools/security/sequoia/default.nix +1 −7 Original line number Diff line number Diff line Loading @@ -6,13 +6,10 @@ , git , nettle , nix-update-script # Use the same llvmPackages version as Rust , llvmPackages_12 , cargo , rustc , rustPlatform , pkg-config , glib , openssl , sqlite , capnproto Loading Loading @@ -50,8 +47,7 @@ rustPlatform.buildRustPackage rec { cargo rustc git llvmPackages_12.libclang.lib llvmPackages_12.clang rustPlatform.bindgenHook ensureNewerSourcesForZipFilesHook capnproto ] ++ Loading Loading @@ -81,8 +77,6 @@ rustPlatform.buildRustPackage rec { "build-release" ]; LIBCLANG_PATH = "${llvmPackages_12.libclang.lib}/lib"; # Sometimes, tests fail on CI (ofborg) & hydra without this checkFlags = [ # doctest for sequoia-ipc fail for some reason Loading