From bf07f0cf551cfec5253b7efe38673d6ae13986bb Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Wed, 25 Sep 2024 18:39:13 +0200 Subject: [PATCH] tools/nix: fix wasptool Fixes "ImportError: cannot import name GLib, introspection typelib not found" Signed-off-by: Francesco Gazzetta --- tools/nix/shell.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/nix/shell.nix b/tools/nix/shell.nix index 93d7bef..512be24 100644 --- a/tools/nix/shell.nix +++ b/tools/nix/shell.nix @@ -6,6 +6,9 @@ let ifLinux = pkgs.lib.optionals pkgs.stdenv.isLinux; in pkgs.mkShell { + buildInputs = ifLinux [ + pkgs.gobject-introspection + ]; nativeBuildInputs = [ (pkgs.python3.withPackages (pp: with pp; [ cbor