-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
Add package: khal #6313
Add package: khal #6313
Conversation
Is the build fail because of my changes? |
urwid | ||
pyxdg | ||
pytz | ||
vdirsyncer |
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.
Looks like vdirsyncer
is not in scope.
b196220
to
bca2508
Compare
Can someone tell me what went wrong here and how to fix? |
From what I can see from the travis log, you seem to be missing the dependency
|
Updated the package to 0.4.0, which removes the "docopt" dependency. Just a quick question besides: I tested the installation via |
Hm. Now things get weird. I managed to build and install the package here on my machine, so why is there a build error? |
Sometimes travis fails randomly. Do you have building with chroot enabled? |
Nope, I will try. |
Am I right with this: nix-build --option build-use-chroot true -A pkgs.khal -I . from the nixpkgs root directory? It just prints the output path of the derivation: /nix/store/<hash>-python3.4-khal-0.4.0 ? |
@pSub, @geerds ping. |
Had to wait until vdirsyncer was merged.
Will test ASAP.