-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
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
conky: init latest #51147
conky: init latest #51147
Conversation
Success on x86_64-linux (full log) Attempted: conky Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: conky Partial log (click to expand)
|
There's no need to duplicate the whole package definition.
|
Also the version of this package should be in the format
Also are we sure we can just override the default conky? |
@worldofpeace, Are you suggesting that I just replace the default with the latest |
Ahh let me rephrase that. I was suggesting that they could have added more build options, for example, that we need to make configurable. Also it appears that darwin support is in the works. And that brndnmtthws/conky@v1.10.8...master could be helpful to you, so you can decide what's needed. |
Can you try to pull the patches in question into our conky instead of adding a new package? |
Also opened: brndnmtthws/conky#684 |
@Mic92: Yep, I could pull just that fix in. That might be easiest. |
You can ping the conky maintainer in a bit instead of adding an unstable version of this package. |
Closing awaiting a new conky release. |
Motivation for this change
I am not sure why conky haven't released a new version, but this issue was fixed in April: brndnmtthws/conky#471 (with this commit: brndnmtthws/conky@8790281)
I use docker and conky and without this fix it's broken.
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)I'm not sure where to place things like this or if there's a better way to create a new derivation that only changes the version and the hash. Any advice appreciated.