proverif: install emacs mode

This commit is contained in:
Vincent Laporte 2020-11-27 08:59:02 +01:00 committed by Vincent Laporte
parent a41808fff7
commit 8ee7c2505f

View file

@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
mkdir -p $out/bin
cp ./proverif $out/bin
cp ./proveriftotex $out/bin
install -D -t $out/share/emacs/site-lisp/ emacs/proverif.el
'';
meta = {