mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 07:48:58 +00:00
proverif: install emacs mode
This commit is contained in:
parent
a41808fff7
commit
8ee7c2505f
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue