We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
renderdoc
Upstream should support the platform, and it's not documented why platforms other than x86 are disabled in nixpkgs.
nix shell nixpkgs#renderdoc fails on aarch64-linux, because it is not in the list of allowed host platforms.
nix shell nixpkgs#renderdoc
Using NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1 nix shell --impure nixpkgs#renderdoc it does successfully compile and qrenderdoc launches.
NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1 nix shell --impure nixpkgs#renderdoc
qrenderdoc
@AndersonTorres
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue description
Upstream should support the platform, and it's not documented why platforms other than x86 are disabled in nixpkgs.
nix shell nixpkgs#renderdoc
fails on aarch64-linux, because it is not in the list of allowed host platforms.Using
NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1 nix shell --impure nixpkgs#renderdoc
it does successfully compile andqrenderdoc
launches.Notify maintainers
@AndersonTorres
The text was updated successfully, but these errors were encountered: