Skip to content

Commit

Permalink
nix: disable hardening by default
Browse files Browse the repository at this point in the history
This is asinine behaviour.

See:
 - NixOS/nixpkgs#18995
 - NixOS/nixpkgs#60919
  • Loading branch information
vs49688 committed Oct 14, 2020
1 parent 17bdaa7 commit 4f77b8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions default.nix
Expand Up @@ -63,6 +63,8 @@ stdenv.mkDerivation rec {
pkgconfig
];

hardeningDisable = [ "all" ];

buildInputs = with pkgs; [ xlibressl.dev xcurlFull.dev ];

cmakeFlags = [
Expand Down

0 comments on commit 4f77b8b

Please sign in to comment.