-
-
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
python36Packages.hpack: fix build #57808
Conversation
@@ -15,7 +15,7 @@ buildPythonPackage rec { | |||
|
|||
buildInputs = [ glibcLocales ]; |
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.
buildInputs = [ glibcLocales ]; | |
nativeBuildInputs = [ glibcLocales ]; |
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.
Is this really still needed for this package?
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.
It seems it is for python36.
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.
Ahh, I see the pr title includes python36Packages
so that's where the failure is.
Perhaps it should just be conditioned for that interpreter 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.
I'll add a comment that it's for 3.6.
@GrahamcOfBorg build python2.pkgs.hpack python36.pkgs.hpack python37.pkgs.hpack |
Actually, it seems like hpack builds just fine when no particular locale is set. So I'm removing that. |
@GrahamcOfBorg build python2.pkgs.hpack python36.pkgs.hpack python37.pkgs.hpack |
@GrahamcOfBorg build python2.pkgs.hpack python36.pkgs.hpack python37.pkgs.hpack |
(cherry picked from commit c357b53)
Motivation for this change
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)