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:
Christian Luetke Stetzkamp 2020-12-19 23:03:14 +01:00
parent 7d6cb4e614
commit c8c598e20c

View file

@ -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;
};
}