Commit e73d8904 authored by David McFarland's avatar David McFarland
Browse files

nix: fix cygwin build

This change is from upstream packaging/.
parent 647ad930
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ let
      +
        lib.optionalString
          (
            !stdenv.hostPlatform.isWindows
            !(stdenv.hostPlatform.isWindows || stdenv.hostPlatform.isCygwin)
            # build failure
            && !stdenv.hostPlatform.isStatic
            # LTO breaks exception handling on x86-64-darwin.