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:
@@ -55,8 +55,6 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = with maintainers; [ malyn ];
|
maintainers = with maintainers; [ malyn ];
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
|
|
||||||
# Needs the SSE2 instruction set. See upstream issue
|
platforms = platforms.all;
|
||||||
# https://github.com/chrjguill/i3lock-color/issues/44
|
|
||||||
platforms = platforms.x86;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user