Merge pull request #246768 from wegank/jdt-language-server-platforms

jdt-language-server: set platforms
This commit is contained in:
figsoda 2023-08-02 10:14:06 -04:00 committed by GitHub
commit 589c273558
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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