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.python310Packages.pygobject3
# pkgs.cairo # pkgs.cairo
# pkgs.gobject-introspection # pkgs.gobject-introspection
# pkgs.gtk4 pkgs.gtk4
# pkgs.pkg-config # pkgs.pkg-config
]; ];
}; };

View file

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