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 75 76 76 outputs = [ "out" "info" "man" ]; 77 77 78 - doCheck = true; 78 + # Test segfault for static build 79 + doCheck = !stdenv.hostPlatform.isStatic; 80 + 79 81 checkTarget = "test"; 80 82 # https://www.mail-archive.com/tinycc-devel@nongnu.org/msg10142.html 81 83 preCheck = lib.optionalString (stdenv.isDarwin && stdenv.isx86_64) ''