shaunsingh / nix-darwin-dotfiles

Dotfiles managed via Nix-Darwin and Mk-Darwin-System, for schoolwork and kotlin, lua, and rust programming
391 stars 27 forks source link

AWS cli install error #9

Closed xxxvik-xakerxxx closed 2 years ago

xxxvik-xakerxxx commented 2 years ago

hello, I updated the configuration to the current one and encountered an error installing awscli so far, not critical, I installed it via brew, but I would like to understand if this is a configuration bug or nix itself

error: builder for '/nix/store/w5nwvfn71y90b2nm6cfgqv5q1kvwhpq9-python3.9-s3transfer-0.5.0.drv' failed with exit code 1;
       last 10 log lines:
       >     with self.assertRaisesRegexp(
       >
       > tests/unit/test_subscribers.py::TestSubscribers::test_not_callable_in_subclass_subscriber_method
       >   /private/tmp/nix-build-python3.9-s3transfer-0.5.0.drv-0/source/tests/unit/test_subscribers.py:81: DeprecationWarning: Please use assertRaisesRegex instead.
       >     with self.assertRaisesRegexp(
       >
       > -- Docs: https://docs.pytest.org/en/stable/warnings.html
       > =========================== short test summary info ============================
       > FAILED tests/unit/test_compat.py::TestBaseManager::test_can_provide_signal_handler_initializers_to_start
       > =========== 1 failed, 601 passed, 28 skipped, 44 warnings in 44.90s ============
       For full logs, run 'nix log /nix/store/w5nwvfn71y90b2nm6cfgqv5q1kvwhpq9-python3.9-s3transfer-0.5.0.drv'.
error: 1 dependencies of derivation '/nix/store/7bpz8z8p10wbf23pl3y51vmcwsimbrdh-awscli-1.22.21.drv' failed to build
xxxvik-xakerxxx commented 2 years ago

the same with alacritty

shaunsingh commented 2 years ago

Most likely an upstream Nixpkgs error, I don't modify awscli or alacrity in any way. I recommend reporting these issues to https://github.com/NixOS/nixpkgs, make sure to mention if you're using an aarch64-darwin (M1) chip, and LMK if you need any help!