jdt-language-server: set platforms

This commit is contained in:
Weijia Wang 2023-08-02 13:23:48 +02:00
parent 82b98eb23f
commit b958bdf1b9

View file

@ -97,5 +97,6 @@ stdenv.mkDerivation rec {
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.epl20;
maintainers = with maintainers; [ matt-snider ];
platforms = platforms.all;
};
}