Skip to content
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

nixosTests.privacyidea does not evaluate #122250

Closed
roberth opened this issue May 8, 2021 · 0 comments · Fixed by #122357
Closed

nixosTests.privacyidea does not evaluate #122250

roberth opened this issue May 8, 2021 · 0 comments · Fixed by #122357
Assignees
Labels
0.kind: bug Something is broken 0.kind: regression Something that worked before working no longer 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 6.topic: testing Tooling for automated testing of packages and modules

Comments

@roberth
Copy link
Member

roberth commented May 8, 2021

Describe the bug

nix-build -A nixosTests.privacyidea
attribute 'privacyidea' missing, at /home/user/h/nixpkgs/nixos/modules/services/security/privacyidea.nix:10:37

To Reproduce

nix-build -A nixosTests.privacyidea

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

#122042

Notify maintainers

@Ma27 @globin

Metadata
Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

Maintainer information:

# a list of nixpkgs attributes affected by the problem
attribute: nixosTests.privacyidea
# a list of nixos modules affected by the problem
module:
@roberth roberth added 0.kind: bug Something is broken 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 0.kind: regression Something that worked before working no longer labels May 8, 2021
@Ma27 Ma27 self-assigned this May 8, 2021
@veprbl veprbl added the 6.topic: testing Tooling for automated testing of packages and modules label May 8, 2021
Ma27 added a commit to Ma27/nixpkgs that referenced this issue May 9, 2021
While `privacyidea-ldap-proxy` only works on `python2`[1], `privacyidea`
itself works fine with `python3`, however it needs version one of
`pyjwt`[2], so I had to add `pyjwt1` which was already packaged for
`python2`[3] to the `python3` package-set. I think that's fine though
since `python2` should be only used when actually needed which isn't the
case here.

Closes NixOS#122250

[1] privacyidea/privacyidea-ldap-proxy#50
[2] privacyidea/privacyidea#2629
[3] bf9b6b1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug Something is broken 0.kind: regression Something that worked before working no longer 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 6.topic: testing Tooling for automated testing of packages and modules
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants