gnome15: mark as broken
It doesn't support Python 3 and newer versions of libraries are Python 2-only.
This commit is contained in:
parent
f91f506680
commit
0c02ecaea2
@ -28,6 +28,9 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A set of tools for configuring the Logitech G15 keyboard";
|
description = "A set of tools for configuring the Logitech G15 keyboard";
|
||||||
|
# Doesn't work with new `keyring` library which is Python 3-only now.
|
||||||
|
# https://github.com/Gnome15/gnome15/issues/29
|
||||||
|
broken = true;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
homepage = https://gnome15.org/;
|
homepage = https://gnome15.org/;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user