Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running Helio in NixOS #102

Closed
suhr opened this issue Jan 17, 2019 · 5 comments
Closed

Running Helio in NixOS #102

suhr opened this issue Jan 17, 2019 · 5 comments

Comments

@suhr
Copy link

suhr commented Jan 17, 2019

I'm trying to use Helio in NixOS. Unlike most other linux distributives, NixOS stores all packages isolated from each other, in paths like /nix/store/5rnfzla9kcx4mj5zdc7nlnv8na1najvg-firefox-3.5.4/. This allows to have a lot of nice things (no dependency hell, rollbacks, reproducible builds, etc).

So I wrote the following derivation for Helio: https://gist.github.com/suhr/1eb9b2d4d9539c130ff8a28e6beb3ba2

It works fine. But there's a problem: in Helio, file dialogs do not open.

@peterrudenko
Copy link
Member

JUCE file chooser can't seem to work unless there's either kdialog or zenity executable available. Is there a way to make sure zenity is installed?

@suhr
Copy link
Author

suhr commented Jan 18, 2019

Let me try to add the zenity dependency into the derivation...

@suhr
Copy link
Author

suhr commented Jan 18, 2019

Yes, this works. I've updated the gist.

Let me keep this issue open for a while so I could report other related issues, if any.

@suhr
Copy link
Author

suhr commented Jul 23, 2019

Helio is now in nixpkgs: NixOS/nixpkgs#65238.

@peterrudenko
Copy link
Member

Thanks for your help with this :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants