Skip to content

Commit

Permalink
i3-lock-color: broken on clang
Browse files Browse the repository at this point in the history
(cherry picked from commit ff12b98820bccc8f2ddb3f82ba7d12391375042e)
  • Loading branch information
matthewbauer committed Dec 2, 2018
1 parent d97f3cb commit e3b02a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/window-managers/i3/lock-color.nix
Expand Up @@ -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;
};
}

2 comments on commit e3b02a4

@grahamc
Copy link
Member

@grahamc grahamc commented on e3b02a4 Dec 2, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't eval, reverted in 8480738. Do consider PRs :)

@matthewbauer
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Please sign in to comment.