Skip to content

Commit

Permalink
Merge pull request NixOS#172248 from tjni/recutils-disable-format-har…
Browse files Browse the repository at this point in the history
…dening

recutils: disable Clang "format" hardening
  • Loading branch information
AndersonTorres authored May 10, 2022
2 parents 6d007b2 + 3ece875 commit b428db1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/tools/misc/recutils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
hash = "sha256-YwFZKwAgwUtFZ1fvXUNNSfYCe45fOkmdEzYvIFxIbg4=";
};

hardeningDisable = lib.optional stdenv.cc.isClang "format";

buildInputs = [
curl
];
Expand Down

0 comments on commit b428db1

Please sign in to comment.