1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-10 01:53:09 +09:00

rutabaga_gfx: add loongarch64-linux to bad platforms (#402906)

This commit is contained in:
Aleksana 2025-05-02 15:00:27 +08:00 committed by GitHub
commit a5d4ca206b
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -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" ];
};
})