mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
nvidia-texture-tools: making as broken on aarch64
Upstream issue: https://github.com/castano/nvidia-texture-tools/issues/298
This commit is contained in:
parent
b0e5aac8ee
commit
75f1bb0097
@ -37,5 +37,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = https://github.com/castano/nvidia-texture-tools;
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
broken = stdenv.isAarch64;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user