at master 418 B view raw
1# See also 2# https://pysdl3.readthedocs.io/en/latest/install.html#the-environment-variable-method 3 4# Don't check Pypi for new PySDL3 releases at runtime 5export SDL_CHECK_VERSION=0 6# Don't try to download SDL binaries at runtime 7export SDL_DOWNLOAD_BINARIES=0 8# Nixpkgs does not provide a metadata.json. Instead we want PySDL3 to find the 9# SDL libraries we symlink into its site-packages 10export SDL_DISABLE_METADATA=1