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

hellwal: init at 1.0.2 #364360

Merged
merged 2 commits into from
Dec 13, 2024
Merged

hellwal: init at 1.0.2 #364360

merged 2 commits into from
Dec 13, 2024

Conversation

danihek
Copy link
Contributor

@danihek danihek commented Dec 11, 2024

Hello!

I wanted to add hellwal here, it's color palette generator, something like pywal.
Here's a link to repo: hellwal

It's my first contribution here, so I don't really know If I did all correctly, please keep that in mind :)

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • 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
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 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
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@NixOSInfra NixOSInfra added the 12. first-time contribution This PR is the author's first one; please be gentle! label Dec 11, 2024
@github-actions github-actions bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux labels Dec 11, 2024
Copy link
Contributor

@pluiedev pluiedev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome to Nixpkgs! There's a few issues that need to be resolved

Also, commit & PR should be titled hellwal: init at 1.0.2

pkgs/applications/misc/hellwal/default.nix Outdated Show resolved Hide resolved
pkgs/applications/misc/hellwal/default.nix Outdated Show resolved Hide resolved
pkgs/applications/misc/hellwal/default.nix Outdated Show resolved Hide resolved
pkgs/applications/misc/hellwal/default.nix Outdated Show resolved Hide resolved
pkgs/applications/misc/hellwal/default.nix Outdated Show resolved Hide resolved
pkgs/applications/misc/hellwal/default.nix Outdated Show resolved Hide resolved
pkgs/applications/misc/hellwal/default.nix Outdated Show resolved Hide resolved
pkgs/applications/misc/hellwal/default.nix Outdated Show resolved Hide resolved
@danihek danihek changed the title Add hellwal package hellwal: init at 1.0.2 Dec 11, 2024
@danihek
Copy link
Contributor Author

danihek commented Dec 11, 2024

How about now? Is it fine?

Oh. it's not...

@github-actions github-actions bot added 8.has: maintainer-list (update) This PR changes `maintainers/maintainer-list.nix` 10.rebuild-darwin: 1-10 10.rebuild-linux: 1-10 and removed 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux labels Dec 11, 2024
pkgs/top-level/all-packages.nix Outdated Show resolved Hide resolved
pkgs/by-name/he/hellwal/package.nix Show resolved Hide resolved
@danihek
Copy link
Contributor Author

danihek commented Dec 12, 2024

Thanks you all for helping me :D

I think it's ready right?

@pluiedev
Copy link
Contributor

pluiedev commented Dec 12, 2024

Needs to be squashed into just two commits before merge at least :p

  • maintainers: add danihek
  • hellwal: init at 1.0.2

@ofborg ofborg bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux and removed 10.rebuild-darwin: 1-10 10.rebuild-linux: 1-10 labels Dec 12, 2024
@github-actions github-actions bot added 10.rebuild-darwin: 1-10 10.rebuild-linux: 1-10 and removed 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux labels Dec 12, 2024
@danihek
Copy link
Contributor Author

danihek commented Dec 12, 2024

Okay it's squashed :)

@ofborg ofborg bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux 8.has: package (new) This PR adds a new package and removed 10.rebuild-darwin: 1-10 10.rebuild-linux: 1-10 labels Dec 12, 2024
@github-actions github-actions bot added 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux 10.rebuild-darwin: 1-10 10.rebuild-linux: 1-10 and removed 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux labels Dec 12, 2024
@danihek
Copy link
Contributor Author

danihek commented Dec 12, 2024

Okay, so:

I think it's fine now. Thanks for patience and help, I learned a lot.

Comment on lines 29 to 32
platforms = [
"x86_64-linux"
"x86_64-darwin"
];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why x86_64 specifically?

Copy link
Contributor Author

@danihek danihek Dec 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Im pretty sure it failed previously before on aarch64, both linux and darwin, when I used platforms.all

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay it passed, I feel dumb.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

platforms.all - hellwal: init at 1.0.2

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure about platforms.all either. Set it to platforms.unix for now.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pluiedev
Copy link
Contributor

@ofborg build hellwal

@ofborg ofborg bot added 10.rebuild-darwin: 1 10.rebuild-linux: 1 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux 10.rebuild-darwin: 1-10 10.rebuild-linux: 1-10 and removed 10.rebuild-darwin: 1 10.rebuild-darwin: 1-10 10.rebuild-linux: 1 10.rebuild-linux: 1-10 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux labels Dec 12, 2024
@philiptaron
Copy link
Contributor

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 364360


x86_64-linux

✅ 1 package built:
  • hellwal

@philiptaron philiptaron merged commit 52a783b into NixOS:master Dec 13, 2024
52 of 54 checks passed
@philiptaron
Copy link
Contributor

@pluiedev thanks for the kind and welcoming way you interacted in this PR.

@danihek
Copy link
Contributor Author

danihek commented Dec 13, 2024

@pluiedev Thank you very much for helping me :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.has: maintainer-list (update) This PR changes `maintainers/maintainer-list.nix` 8.has: package (new) This PR adds a new package 10.rebuild-darwin: 1-10 10.rebuild-darwin: 1 10.rebuild-linux: 1-10 10.rebuild-linux: 1 11.by: package-maintainer This PR was created by the maintainer of the package it changes 12. first-time contribution This PR is the author's first one; please be gentle!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants