mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ stdenv.mkDerivation {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
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;
|
||||
homepage = https://gnome15.org/;
|
||||
platforms = platforms.linux;
|
||||
|
|
Loading…
Reference in a new issue