Skip to content

Commit

Permalink
sc-im: aligning a selection of cells cause crash (NixOS#335133)
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst authored Dec 31, 2024
2 parents 2df14a5 + 55a2b3e commit 2332ceb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/by-name/sc/sc-im/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ stdenv.mkDerivation rec {

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

# https://github.com/andmarti1424/sc-im/issues/884
hardeningDisable = [ "fortify" ];

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

postInstall = ''
Expand Down

0 comments on commit 2332ceb

Please sign in to comment.