-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
pythonPackages.sievelib: init at 1.1.1 #48817
Conversation
@@ -0,0 +1,41 @@ | |||
{ stdenv, lib, isPy3k, buildPythonPackage, fetchPypi, fetchpatch, mock |
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.
isPy3k
and stdenv
are not used in derivation. no need to have as inputs
@costrouc : You were right, those were remnants that could be removed. They are gone now. |
@GrahamcOfBorg build python3Packages.sievelib python2Packages.sievelib |
Success on aarch64-linux (full log) Attempted: python3Packages.sievelib, python2Packages.sievelib Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: python3Packages.sievelib, python2Packages.sievelib Partial log (click to expand)
|
@costrouc: Are the edits I made okay? |
Yeah it looks great to me. I don't have permissions to merge PRs. @FRidh would be the one to do that. |
* Date and Index (RFC 5260) | ||
* Vacation (RFC 5230) | ||
* Imap4flags (RFC 5232) | ||
''; |
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.
Please fix the indentation.
|
||
patches = [ | ||
(fetchpatch { | ||
url = "https://github.com/tonioo/sievelib/commit/1deef0e2bf039a0e817ea6f19aaf1947dc9fafbc.patch"; |
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.
url = "https://github.com/tonioo/sievelib/commit/1deef0e2bf039a0e817ea6f19aaf1947dc9fafbc.patch"; | |
url = "${meta.homepage}/commit/1deef0e2bf039a0e817ea6f19aaf1947dc9fafbc.patch"; |
@GrahamcOfBorg build python3Packages.sievelib python2Packages.sievelib |
Success on aarch64-linux (full log) Attempted: python3Packages.sievelib, python2Packages.sievelib Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: python3Packages.sievelib, python2Packages.sievelib Partial log (click to expand)
|
Motivation for this change
Useful library that implements various RFC's.
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)