-
-
Notifications
You must be signed in to change notification settings - Fork 15.2k
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
build failure: python3Packages.flaks-mail
#349350
Comments
I think this is just a normal build failure of I've opened #349408 to disable the tests. |
services.pgadmin
python3Packages.flaks-mail
thanks @jackwilsdon :) |
Hi @gador, i've seen that your pr has landed on the thanks in advance! |
It seems to be building for me with the following command: $ nix build github:NixOS/nixpkgs/nixpkgs-unstable#python3Packages.flask-mail Are you possibly on a revision of |
Hi @0david0mp, as @jackwilsdon has pointed out, it could be that your |
ok thanks @gador my entry in the |
This still fails on aarch64. These tests run when they shouldn't. So pgadmin installs fine on my desktop but not on my orange pi 5 plus aarch64 system. |
Could you open a new issue with a build log? Thanks |
Describe the bug
I can't build
pgadmin4
when declared likeservices.pgadmin.enable = true
, but I can build it withnix build nixpkgs#pgadmin
. It seemspython312.flask
package doesn't pass all the tests:i've also tried installing without it beeing a service (
environment.systemPackages = [pkgs.pgadmin4];
), with the same luck. Also i've tried disabling test checks and the email server, same logs:Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
to be able to build the package
Notify maintainers
@gador
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: