Merge pull request #107228 from clkamp/i3lock-color-sse-fixed

i3lock-color: reenable all platforms
This commit is contained in:
Pavol Rusnak 2020-12-19 23:47:29 +01:00 committed by GitHub
commit a14a58aff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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