-
-
Notifications
You must be signed in to change notification settings - Fork 14k
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
python3Packages.modeled: fix build #203260
base: master
Are you sure you want to change the base?
Conversation
0ef3a4a
to
a21648a
Compare
@@ -21,8 +22,14 @@ buildPythonPackage rec { | |||
|
|||
buildInputs = [ zetup ]; | |||
|
|||
nativeBuildInputs = [ pythonRemoveDepsHook ]; |
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.
nativeBuildInputs = [ pythonRemoveDepsHook ]; | |
nativeBuildInputs = [ pythonRelaxDepsHook ]; |
@@ -7,6 +7,7 @@ | |||
, moretools | |||
, path | |||
, pytestCheckHook | |||
, pythonRemoveDepsHook |
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.
, pythonRemoveDepsHook | |
, pythonRelaxDepsHook |
After applying the suggestion, I could not get to build. I was too happy to pass after disabling tests, it builds. However, |
Description of changes
ZHF: #199919
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes