Merge branch 'darwin-fixes2'

This commit is contained in:
Matthew Bauer
2018-12-02 14:15:05 -06:00
9 changed files with 139 additions and 9 deletions
@@ -58,5 +58,7 @@ stdenv.mkDerivation rec {
# Needs the SSE2 instruction set. See upstream issue
# https://github.com/chrjguill/i3lock-color/issues/44
platforms = platforms.x86;
broken = stdenv.hostPlatform.cc.isClang;
};
}