diff options
-rw-r--r-- | devShells/c.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devShells/c.nix b/devShells/c.nix index a6ffbd6..d015cb4 100644 --- a/devShells/c.nix +++ b/devShells/c.nix @@ -22,6 +22,7 @@ in pkgs.mkShell { curl ncurses flex bison gperf + gobject-introspection gtk3 gtk4 # Various libraries @@ -30,10 +31,6 @@ in pkgs.mkShell { # LVGL SDL2 libffi.dev - - (python3.withPackages (pypkgs: with pypkgs; [ - schema jinja2 ruamel-yaml - ])) ]); inputsFrom = with pkgs; [ default ]; meta.platforms = nixpkgs.lib.platforms.linux; |