{ pkgs ? import {} }: let in pkgs.mkShell { buildInputs = with pkgs.python311Packages; [ numpy (opencv4.override { enableGtk2 = true; }) ]; }