-
-
Notifications
You must be signed in to change notification settings - Fork 19.4k
etebase-server: use buildPythonApplication, default to withLdap = false #326398
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3974,8 +3974,6 @@ self: super: with self; { | |
| inherit (pkgs.darwin.apple_sdk.frameworks) Security; | ||
| }; | ||
|
|
||
| etebase-server = callPackage ../servers/etebase { }; | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. But do remember to add an entry in python-aliases.nix!
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you explain why? We have an agreement between both maintainers of the package, @felschr and myself, to drop the python package. Are you using it?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We always add an entry there except for extra versions. Then we can also drop the release notes entry.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah right, sorry i misunderstood the suggestion at first. Should be fixed now? |
||
|
|
||
| eternalegypt = callPackage ../development/python-modules/eternalegypt { }; | ||
|
|
||
| etesync = callPackage ../development/python-modules/etesync { }; | ||
|
|
||
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.
that should also just work
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.
You could end up with the wrong python version used, see this PRs description.