-
-
Notifications
You must be signed in to change notification settings - Fork 15k
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.libais: 0.16 -> 0.17 #37876
Conversation
@@ -1,14 +1,14 @@ | |||
{ stdenv, buildPythonPackage, fetchurl, | |||
{ stdenv, buildPythonPackage, fetchPypi, | |||
six, pytest, pytestrunner, pytestcov, coverage | |||
}: | |||
buildPythonPackage rec { | |||
pname = "libais"; | |||
name = "${pname}-${version}"; |
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.
Drop this line.
@GrahamcOfBorg build python2.pkgs.libais python3.pkgs.libais |
Success on x86_64-linux (full log) Attempted: python2.pkgs.libais, python3.pkgs.libais Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: python2.pkgs.libais, python3.pkgs.libais Partial log (click to expand)
|
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.
I think the expression should be modernized a little more: buildInputs
needs to be changed to checkInputs
and checks should best be enabled.
bac6506
to
e6d4123
Compare
@dotlambda sorry for such long delay. I have updated the PR to match your comments. |
@GrahamcOfBorg eval |
Success on aarch64-linux (full log) Attempted: python2.pkgs.libais, python3.pkgs.libais Partial log (click to expand)
|
Note that I have opened schwehr/libais#180. |
Success on x86_64-linux (full log) Attempted: python2.pkgs.libais, python3.pkgs.libais Partial log (click to expand)
|
Signed-off-by: Lancelot SIX <[email protected]>
Motivation for this change
Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)