-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
KDE PIM Applications #26748
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
KDE PIM Applications #26748
Conversation
@ttuegel, thanks for your PR! By analyzing the history of the files in this pull request, we identified @peterhoeg, @orivej and @FRidh to be potential reviewers. |
I am currently debugging a bad rebase. (Oops!) The update to KDE Frameworks 5.34 and Applications 17.04.2 also introduced non-trivial changes in the dependencies of certain packages, so I have to debug that also. |
Please let me know when rebase is done so I can test. I assume this should be tested on NixOS unstable. |
QStringLiteral stores strings in UTF-16 encoding. Nix cannot decode such paths, so we must use QLatin1String for strings that may be paths, or the dependency graph will be broken!
qgpgme uses Q_ASSERT which causes build inputs to be retained unnecessarily at runtime unless debugging is disabled.
This reverts commit cb922bbd5855aba00b96f223dce50c4556472a25.
This reverts commit a6d746fbd12a6633e775e2cb52793f4baa8bab36.
@vandenoever This is ready for testing now. I am running it without any ill effects. |
akonadi fails to build:
|
That's weird, because it's running for me... I had that error earlier due to the bad rebase, but I fixed it... I don't know what's going on, so I'm going to close this pull request and try again. |
For what it's worth, i was using your unadulterated branch with the unstable nixos channel. |
Motivation
This adds the KDE PIM applications suite to Nixpkgs.
Checklist
(nix.useSandbox on NixOS,
or option
build-use-sandbox
innix.conf
on non-NixOS)
nix-shell -p nox --run "nox-review wip"
./result/bin/
)All credit here goes to @vandenoever; the only thing I actually contributed to this work is some housekeeping and finding one or two patches from upstream.