Merge pull request #107228 from clkamp/i3lock-color-sse-fixed
i3lock-color: reenable all platforms
This commit is contained in:
commit
a14a58aff5
@ -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;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user