From 77f6544d0197d4b9b9aa48f1ea22ee86a5ef7bd0 Mon Sep 17 00:00:00 2001 From: Serhii Khoma Date: Sun, 13 Nov 2022 14:23:18 +0200 Subject: [PATCH] fix: README -> nixos command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The ‘gnome.gobject-introspection’ alias was removed on 2022-01-13. Please use ‘pkgs.gobject-introspection’ directly. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c1eff439..da76a8641 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ ways to use the program). - `pacman -S python-gobject gtk3` - https://aur.archlinux.org/packages/pyglossary/ - Mac OS X: `brew install pygobject3 gtk+3` - - Nix / NixOS: `nix-shell -p gnome3.gobjectIntrospection python38Packages.pygobject3 python38Packages.pycairo` + - Nix / NixOS: `nix-shell -p pkgs.gobject-introspection python38Packages.pygobject3 python38Packages.pycairo` - **Tkinter-based interface**, works in the lack of Gtk. Specially on Windows where Tkinter library is installed with the Python itself.