i3lock-color: mark as broken on darwin

This commit is contained in:
Dmitry Kalinkin 2022-01-16 04:30:48 -05:00
parent fb9ce2d9f2
commit 8e0e03f79c
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

View File

@ -56,5 +56,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd3;
platforms = platforms.all;
broken = stdenv.isDarwin;
};
}