This commit is contained in:
Jeffrey C. Ollie 2022-08-21 16:44:27 -05:00
parent f4c465232c
commit 19fcb63794
Signed by: jeff
GPG Key ID: 6F86035A6D97044E
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
# pkgs.python310Packages.pygobject3
# pkgs.cairo
# pkgs.gobject-introspection
# pkgs.gtk4
pkgs.gtk4
# pkgs.pkg-config
];
};

View File

@ -3,7 +3,7 @@ import random
import gi
gi.require_version("Gtk", "3.0")
gi.require_version("Gtk", "4.0")
from gi.repository import Gio, Gtk
import click