mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-26 10:30:32 +00:00
Merge pull request #172269 from NixOS/backport-172248-to-release-21.11
[Backport release-21.11] recutils: disable Clang "format" hardening
This commit is contained in:
@@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
||||
hash = "sha256-YwFZKwAgwUtFZ1fvXUNNSfYCe45fOkmdEzYvIFxIbg4=";
|
||||
};
|
||||
|
||||
hardeningDisable = lib.optional stdenv.cc.isClang "format";
|
||||
|
||||
buildInputs = [
|
||||
curl
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user