Revert "i3-lock-color: broken on clang"

This reverts commit e3b02a49c9.
This commit is contained in:
Graham Christensen 2018-12-02 16:50:47 -05:00
parent f07266bfc8
commit 8480738ca9
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -58,7 +58,5 @@ 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;
};
}