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;
|
ifLinux = pkgs.lib.optionals pkgs.stdenv.isLinux;
|
||||||
|
|
||||||
in pkgs.mkShell {
|
in pkgs.mkShell {
|
||||||
|
buildInputs = ifLinux [
|
||||||
|
pkgs.gobject-introspection
|
||||||
|
];
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
(pkgs.python3.withPackages (pp: with pp; [
|
(pkgs.python3.withPackages (pp: with pp; [
|
||||||
cbor
|
cbor
|
||||||
|
|
Loading…
Reference in a new issue