summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2018-12-02 16:50:47 -0500
committerGraham Christensen <graham@grahamc.com>2018-12-02 16:50:47 -0500
commit8480738ca90382622fb7d113127a72c387ae388f (patch)
tree0c013357afdf62cb669e7f41434e4792d5accbe8 /pkgs/applications/window-managers
parentf07266bfc8c12f734c883eca869638922b00d5f2 (diff)
downloadnixpkgs-8480738ca90382622fb7d113127a72c387ae388f.tar
nixpkgs-8480738ca90382622fb7d113127a72c387ae388f.tar.gz
nixpkgs-8480738ca90382622fb7d113127a72c387ae388f.tar.bz2
nixpkgs-8480738ca90382622fb7d113127a72c387ae388f.tar.lz
nixpkgs-8480738ca90382622fb7d113127a72c387ae388f.tar.xz
nixpkgs-8480738ca90382622fb7d113127a72c387ae388f.tar.zst
nixpkgs-8480738ca90382622fb7d113127a72c387ae388f.zip
Revert "i3-lock-color: broken on clang"
This reverts commit e3b02a49c9aaa3625b6e2e60522c28a98c65ca3b.
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/i3/lock-color.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/i3/lock-color.nix b/pkgs/applications/window-managers/i3/lock-color.nix
index 45d142632d1..8c775833c28 100644
--- a/pkgs/applications/window-managers/i3/lock-color.nix
+++ b/pkgs/applications/window-managers/i3/lock-color.nix
@@ -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;
   };
 }