-
-
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.keyutils: fix build #42950
Conversation
src = fetchPypi { | ||
inherit pname version; | ||
sha256 = "0dskys71vkn59vlsfs1ljli0qnzk7b10iv4pawxawnk2hvyjrf10"; | ||
src = fetchFromGitHub { |
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 add a comment why GitHub is used.
@@ -1,5 +1,6 @@ | |||
{ mkDerivation, lib, fetchFromGitHub, cmake, antlr | |||
, qtbase, qttools, qscintilla, sqlite }: | |||
, qtbase, qttools, qscintilla, sqlite | |||
}: |
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.
This change has nothing to do with keyutils.
Fixes the Hydra CI build of `python{3,2}Packages.keyutils` on `nixpkgs.` This patch changes the source retrieval to fetchFromGitHub as the PYPI tarball doesn't come with tests for the check phase.
@GrahamcOfBorg build python27Packages.keyutils python36Packages.keyutils |
No attempt on x86_64-darwin (full log) The following builds were skipped because they don't evaluate on x86_64-darwin: python27Packages.keyutils, python36Packages.keyutils Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: python27Packages.keyutils, python36Packages.keyutils Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: python27Packages.keyutils, python36Packages.keyutils Partial log (click to expand)
|
Motivation for this change
Fixes the Hydra CI build of
python{3,2}Packages.keyutils
onnixpkgs.
This patch changes the source retrieval to fetchFromGitHub as the PYPI
tarball doesn't come with tests for the check phase.
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)