i3lock-color: reenable all platforms
It was restricted in 40b347f2051b158e4d077eb95eff02df8a65524f 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
@ -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…
x
Reference in New Issue
Block a user