mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
rutabaga_gfx: add loongarch64-linux to bad platforms (#402906)
This commit is contained in:
@@ -93,5 +93,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ qyliss ];
|
||||
platforms = platforms.darwin ++ platforms.linux;
|
||||
# error[E0432]: unresolved import `self::consts`
|
||||
badPlatforms = [ "loongarch64-linux" ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user