i3lock-color: reenable all platforms
It was restricted in 40b347f205
due to its
need for the SSE2 instruction set. However the upstream issue is now
resolved [1], so reenable support for all platforms.
[1] https://github.com/chrjguill/i3lock-color/issues/44
This commit is contained in:
parent
7d6cb4e614
commit
c8c598e20c
1 changed files with 1 additions and 3 deletions
|
@ -55,8 +55,6 @@ stdenv.mkDerivation rec {
|
|||
maintainers = with maintainers; [ malyn ];
|
||||
license = licenses.bsd3;
|
||||
|
||||
# Needs the SSE2 instruction set. See upstream issue
|
||||
# https://github.com/chrjguill/i3lock-color/issues/44
|
||||
platforms = platforms.x86;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue