From e3b02a49c9aaa3625b6e2e60522c28a98c65ca3b Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Sat, 24 Nov 2018 17:46:44 -0600 Subject: i3-lock-color: broken on clang (cherry picked from commit ff12b98820bccc8f2ddb3f82ba7d12391375042e) --- pkgs/applications/window-managers/i3/lock-color.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/window-managers/i3/lock-color.nix b/pkgs/applications/window-managers/i3/lock-color.nix index 8c775833c28..45d142632d1 100644 --- a/pkgs/applications/window-managers/i3/lock-color.nix +++ b/pkgs/applications/window-managers/i3/lock-color.nix @@ -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; }; } -- cgit 1.4.1