From 201d4b7c5c106affaba32a3b0138aa81b1a8b037 Mon Sep 17 00:00:00 2001 From: figsoda Date: Sun, 26 Mar 2023 20:34:07 -0400 Subject: rustPlatform.buildRustPackage: make auditable the default --- pkgs/tools/text/mdbook/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkgs/tools/text/mdbook') diff --git a/pkgs/tools/text/mdbook/default.nix b/pkgs/tools/text/mdbook/default.nix index 155cca613a7b..39926cded4bc 100644 --- a/pkgs/tools/text/mdbook/default.nix +++ b/pkgs/tools/text/mdbook/default.nix @@ -13,8 +13,6 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-TViBclvCJeoOInTt13B7297JDtRkwvOjIf6AVAbpanU="; - auditable = true; # TODO: remove when this is the default - buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ]; passthru = { -- cgit 1.4.1