NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.38k stars 14.33k forks source link

Package request: JetBrains Fleet #242322

Open mbledkowski opened 1 year ago

mbledkowski commented 1 year ago

Project description

Next-generation IDE by JetBrains (VSCode clone by JetBrains)

Metadata

sersorrel commented 1 year ago

I did some work on this: https://github.com/sersorrel/nixpkgs/tree/jetbrains-fleet

but ran into a bunch of issues I have no idea how to solve

l0b0 commented 1 year ago

@sersorrel Just built and ran it off of current master, and this was the result: https://gist.github.com/l0b0/efbbf20b262ae4530a4669d64a7e076b. Is that the error you're getting? The "No such file or directory" is weird, I don't get that (as you can see from the second log file). Is it possible it needs AWT Toolkit as a propagatedBuildInput?

Pinging JetBrains IDEA maintainers @edwtjo, @gytis-ivaskevicius, @steinybot, @AnatolyPopov.

sersorrel commented 1 year ago

that looks something like what I remember, yep.

anoadragon453 commented 4 months ago

Note that one can currently use Fleet on NixOS by installing the jetbrains-toolbox nixpkgs package and installing and running Fleet through there.