summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-12-02 14:15:05 -0600
committerMatthew Bauer <mjbauer95@gmail.com>2018-12-02 14:15:05 -0600
commit973781444a5cf05cf7227b6bc1ce373f36c9ab0d (patch)
tree068a28a442f0504fd75333c2f007cc5f77a21517 /pkgs/applications/window-managers
parent5ae9250c3b4e49a4f67f15d404a4b1cbb429c4f8 (diff)
parent820927cb2c2ccb5bd9a938337228ea9c78400b49 (diff)
downloadnixpkgs-973781444a5cf05cf7227b6bc1ce373f36c9ab0d.tar
nixpkgs-973781444a5cf05cf7227b6bc1ce373f36c9ab0d.tar.gz
nixpkgs-973781444a5cf05cf7227b6bc1ce373f36c9ab0d.tar.bz2
nixpkgs-973781444a5cf05cf7227b6bc1ce373f36c9ab0d.tar.lz
nixpkgs-973781444a5cf05cf7227b6bc1ce373f36c9ab0d.tar.xz
nixpkgs-973781444a5cf05cf7227b6bc1ce373f36c9ab0d.tar.zst
nixpkgs-973781444a5cf05cf7227b6bc1ce373f36c9ab0d.zip
Merge branch 'darwin-fixes2'
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/i3/lock-color.nix2
1 files changed, 2 insertions, 0 deletions
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;
   };
 }