tools/nix: fix wasptool
Fixes "ImportError: cannot import name GLib, introspection typelib not found" Signed-off-by: Francesco Gazzetta <fgaz@fgaz.me>
This commit is contained in:
parent
6e1c422ff9
commit
bf07f0cf55
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue