i3-lock-color: broken on clang

(cherry picked from commit ff12b98820bccc8f2ddb3f82ba7d12391375042e)
This commit is contained in:
Matthew Bauer 2018-11-24 17:46:44 -06:00
parent d97f3cb647
commit e3b02a49c9

View File

@ -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;
};
}