fix(emacs): Fix ivy & prescient integration by manually pinning ivy

In the previous configuration the dependency on `ivy-pass` added a
second version of ivy to the load-path.

It is fixed by manually pinning ivy and its related packages and using
those to build ivy-pass.

This configuration should be temporary until the next time the MELPA
package set is updated in nixpkgs.

This caused the symptoms in raxod502/prescient.el#10
This commit is contained in:
Vincent Ambo 2018-06-16 16:37:17 +02:00
parent 8cc7d8da79
commit 2e2e8379e9
2 changed files with 44 additions and 7 deletions

View file

@ -42,7 +42,6 @@ in {
kontemplate = unstable.kontemplate;
mq-cli = unstable.mq-cli;
emacs = unstable.emacs; # emacs 26.1
vlc = unstable.vlc; # VLC 3.0!
};
};