gfxstream: inherit aemu platforms

This commit is contained in:
Nick Cao
2024-01-15 12:11:25 -05:00
parent 109305abd0
commit bc59f1626e
@@ -29,6 +29,6 @@ stdenv.mkDerivation {
description = "Graphics Streaming Kit";
license = licenses.free; # https://android.googlesource.com/platform/hardware/google/gfxstream/+/refs/heads/main/LICENSE
maintainers = with maintainers; [ qyliss ];
platforms = platforms.darwin ++ platforms.linux;
platforms = aemu.meta.platforms;
};
}