Skip to content

conky: 1.13.1 -> 1.18.0#217224

Merged
dguibert merged 3 commits intoNixOS:masterfrom
tranquillity-codes:master
Jul 12, 2023
Merged

conky: 1.13.1 -> 1.18.0#217224
dguibert merged 3 commits intoNixOS:masterfrom
tranquillity-codes:master

Conversation

@tranquillity-codes
Copy link

@tranquillity-codes tranquillity-codes commented Feb 19, 2023

Description of changes

https://github.com/brndnmtthws/conky/releases

Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Fits CONTRIBUTING.md.
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 23.05 Release Notes (or backporting 22.11 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module

@ofborg ofborg bot requested a review from dguibert February 19, 2023 21:35
@ofborg ofborg bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. labels Feb 19, 2023
@uninsane
Copy link
Contributor

deployed to x86_64 and aarch64, did not test all features, but default conky is working as expected 👍️

do note that upstream builds with lua5_4 whereas we still specify this as lua5_3.

not sure if this discrepancy is new with 1.13.1 -> 1.18.0, but it may be wise to upgrade that dependency to lua5_4 here as well.

@tranquillity-codes
Copy link
Author

Built and tested with Lua 5.4

Comment on lines 79 to 83
# For some reason -Werror is on by default, causing the project to fail compilation.
buildPhase = ''
make
'';
NIX_CFLAGS_COMPILE = "-Wno-error";

This comment was marked as resolved.

@uninsane uninsane added the 12.approvals: 1 This PR was reviewed and approved by one person. label May 30, 2023
@uninsane
Copy link
Contributor

Result of nixpkgs-review pr 217224 run on x86_64-linux 1

1 package built:
  • conky

@uninsane
Copy link
Contributor

@dguibert you OK merging this?

@dguibert
Copy link
Member

Ok to merge

@dguibert dguibert merged commit 212f20a into NixOS:master Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 12.approvals: 1 This PR was reviewed and approved by one person.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants