From baffb7181b8f2e71d943a14a4d1e16afb5fb2472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 4 Dec 2022 13:33:53 +0100 Subject: devShells/c: tweak availlable libraries --- devShells/c.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'devShells') 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; -- cgit v1.2.3