Skip to content

errands: init at 45.1.9#278951

Merged
drupol merged 1 commit intoNixOS:masterfrom
sund3RRR:errands-init
Feb 20, 2024
Merged

errands: init at 45.1.9#278951
drupol merged 1 commit intoNixOS:masterfrom
sund3RRR:errands-init

Conversation

@sund3RRR
Copy link
Contributor

@sund3RRR sund3RRR commented Jan 5, 2024

Description of changes

Errands is an app that can help you manage your tasks
https://github.com/mrvladus/Errands

I know about #277705, so we can think about it here. mrvladus worries that the packaging of the application in nix will require additional support from him. imo, the application is made very competently, conforming to general standards and rules, so there were no problems with packaging in nixpkgs.

Even if we have to close this PR, we will have at least a working derivation of Errands.

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/)
  • 24.05 Release Notes (or backporting 23.05 and 23.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
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@ofborg ofborg bot added 8.has: package (new) This PR adds a new package 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package 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 Jan 5, 2024
Comment on lines 58 to 62
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
installPhase = ''
runHook preInstall
mkdir $out
ninja install
runHook postInstall
'';
preInstall = ''
mkdir $out
'';

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it doesn't work because /nix/store/<hash>-pypa-install-hook/nix-support/setup-hook: line 8: pushd: dist: No such file or directory and because pypaInstallPhase doesn't run ninja install

@sund3RRR sund3RRR mentioned this pull request Jan 12, 2024
31 tasks
@sund3RRR sund3RRR requested a review from drupol January 16, 2024 08:46
@drupol drupol removed their request for review January 16, 2024 08:49
@sund3RRR sund3RRR requested a review from liff January 19, 2024 15:21
@sund3RRR
Copy link
Contributor Author

@AndersonTorres

Copy link
Member

@AndersonTorres AndersonTorres left a comment

Choose a reason for hiding this comment

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

Besides, lgtm

@sund3RRR
Copy link
Contributor Author

@drupol

@drupol
Copy link
Contributor

drupol commented Jan 27, 2024

I'm sorry I can't really review python stuff, I'm not into it.

Copy link
Member

@AndersonTorres AndersonTorres left a comment

Choose a reason for hiding this comment

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

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

1 package built:
  • errands

@sund3RRR sund3RRR changed the title errands: init at 45.1.3 errands: init at 45.1.7 Jan 28, 2024
@sund3RRR sund3RRR changed the title errands: init at 45.1.7 errands: init at 45.1.9 Feb 14, 2024
@sund3RRR
Copy link
Contributor Author

@AndersonTorres

@drupol drupol merged commit e9aa9b8 into NixOS:master Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

8.has: package (new) This PR adds a new package 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package 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. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants