testing
This commit is contained in:
parent
f4c465232c
commit
19fcb63794
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
|||
# pkgs.python310Packages.pygobject3
|
||||
# pkgs.cairo
|
||||
# pkgs.gobject-introspection
|
||||
# pkgs.gtk4
|
||||
pkgs.gtk4
|
||||
# pkgs.pkg-config
|
||||
];
|
||||
};
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue