-
-
Couldn't load subscription status.
- Fork 63
Added flake.nix for NixOS support #225
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
base: main
Are you sure you want to change the base?
Conversation
|
does this fix #214? I would've tried myself, but I don't have Nix setup. |
|
It does not seem to fix my issue. |
| qt6.qtdeclarative | ||
| qt6.qtsvg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you need these packages? For me it builds fine without them.
| qt6.qtmultimedia | ||
| qt6Packages.qtstyleplugin-kvantum | ||
|
|
||
| openssl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here. I don't have openssl installed on my system and it works without this line.
| postInstall = '' | ||
| wrapProgram $out/bin/librepods \ | ||
| --unset QT_STYLE_OVERRIDE | ||
| ''; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which style are you unsetting here? I just don't know what the variable does.
No description provided.