diff options
author | Karel Kočí <cynerd@email.cz> | 2022-12-04 13:33:53 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-12-04 13:33:53 +0100 |
commit | baffb7181b8f2e71d943a14a4d1e16afb5fb2472 (patch) | |
tree | f69d9fea831feac87923c8b9bb06b28300b9958f /devShells | |
parent | 7549fb98fc01b80051e20a905fabc6bc81174df6 (diff) | |
download | nixos-personal-baffb7181b8f2e71d943a14a4d1e16afb5fb2472.tar.gz nixos-personal-baffb7181b8f2e71d943a14a4d1e16afb5fb2472.tar.bz2 nixos-personal-baffb7181b8f2e71d943a14a4d1e16afb5fb2472.zip |
devShells/c: tweak availlable libraries
Diffstat (limited to 'devShells')
-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; |