Skip to content

Commit

Permalink
sc-im: fix aligning selection of cells cause crash
Browse files Browse the repository at this point in the history
Fixes NixOS#335130

For complete description of problem with video see
andmarti1424/sc-im#884
  • Loading branch information
mipmip committed Aug 20, 2024
1 parent c49d038 commit 396858b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/applications/misc/sc-im/default.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 396858b

Please sign in to comment.