{ pkgs ? import {} }: ((import ./Cargo.nix).stallman_shooter {}).override { buildInputs = [ pkgs.SDL2 pkgs.SDL2_image ]; }