Skip to content

Commit

Permalink
fix andmarti1424#884 aligning a selection of cell's cause crash
Browse files Browse the repository at this point in the history
  • Loading branch information
mipmip committed Aug 16, 2024
1 parent 91ba8cb commit bd71396
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ stdenv.mkDerivation rec {

makeFlags = [ "prefix=${placeholder "out"}" ];

hardeningDisable = [ "fortify" ];

env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-error=implicit-function-declaration";

postInstall = ''
Expand Down

0 comments on commit bd71396

Please sign in to comment.