lol

tinycc: fix static build

authored by

happysalada and committed by
Yt
c19d8926 aa0d00f5

+3 -1
+3 -1
pkgs/development/compilers/tinycc/default.nix
··· 75 76 outputs = [ "out" "info" "man" ]; 77 78 - doCheck = true; 79 checkTarget = "test"; 80 # https://www.mail-archive.com/tinycc-devel@nongnu.org/msg10142.html 81 preCheck = lib.optionalString (stdenv.isDarwin && stdenv.isx86_64) ''
··· 75 76 outputs = [ "out" "info" "man" ]; 77 78 + # Test segfault for static build 79 + doCheck = !stdenv.hostPlatform.isStatic; 80 + 81 checkTarget = "test"; 82 # https://www.mail-archive.com/tinycc-devel@nongnu.org/msg10142.html 83 preCheck = lib.optionalString (stdenv.isDarwin && stdenv.isx86_64) ''