mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
rutabaga_gfx: add loongarch64-linux to bad platforms (#402906)
This commit is contained in:
commit
a5d4ca206b
1 changed files with 2 additions and 0 deletions
|
@ -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" ];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue