{ nixpkgs, stdcxx, libc, upstream, toolchain }: { scummvm = import ./scummvm { inherit nixpkgs stdcxx libc upstream toolchain; }; }