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 Nov 18, 2024
1 parent 45533e4 commit 55a2b3e
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 55a2b3e

Please sign in to comment.